Represents a button displaying a drop-down panel in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DropDownButtonToolbarItem : ButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItem
Derived Classes:
Inherited Members
Constructors
public DropDownButtonToolbarItem()
Fields
DropDownContentStyleProperty
BindableProperty
Identifies the DropDownContentStyle property.
public static readonly BindableProperty DropDownContentStyleProperty
DropDownContentTemplateProperty
BindableProperty
Identifies the DropDownContentTemplate property.
public static readonly BindableProperty DropDownContentTemplateProperty
DropDownIndicatorStyleProperty
BindableProperty
Identifies the DropDownIndicatorStyle property.
public static readonly BindableProperty DropDownIndicatorStyleProperty
DropDownIndicatorTemplateProperty
BindableProperty
Identifies the DropDownIndicatorTemplate property.
public static readonly BindableProperty DropDownIndicatorTemplateProperty
IsOpenProperty
BindableProperty
Identifies the IsOpen property.
public static readonly BindableProperty IsOpenProperty
Properties
DropDownContentStyle
Style
Gets or sets the Style of the drop-down content. The target type of this style is DropDownButtonToolbarItemViewContent.
public Style DropDownContentStyle { get; set; }
DropDownContentTemplate
ControlTemplate
Gets or sets the ControlTemplate of the drop-down content. The target type of this template is DropDownButtonToolbarItemViewContent.
public ControlTemplate DropDownContentTemplate { get; set; }
Gets or sets the Style of the drop-down indicator. The target type of this style is DropDownButtonToolbarItemViewIndicator.
public Style DropDownIndicatorStyle { get; set; }
DropDownIndicatorTemplate
ControlTemplate
Gets or sets the ControlTemplate of the drop-down indicator. The target type of this template is DropDownButtonToolbarItemViewIndicator.
public ControlTemplate DropDownIndicatorTemplate { get; set; }
Events
Raised when the IsOpen property has changed.
public event EventHandler IsOpenChanged