ClassDropDownButtonToolbarItem
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
DropDownButtonToolbarItem()
Declaration
public DropDownButtonToolbarItem()
Fields
DropDownContentStyleProperty
Identifies the DropDownContentStyle property.
Declaration
public static readonly BindableProperty DropDownContentStyleProperty
Field Value
BindableProperty
DropDownContentTemplateProperty
Identifies the DropDownContentTemplate property.
Declaration
public static readonly BindableProperty DropDownContentTemplateProperty
Field Value
BindableProperty
DropDownIndicatorStyleProperty
Identifies the DropDownIndicatorStyle property.
Declaration
public static readonly BindableProperty DropDownIndicatorStyleProperty
Field Value
BindableProperty
DropDownIndicatorTemplateProperty
Identifies the DropDownIndicatorTemplate property.
Declaration
public static readonly BindableProperty DropDownIndicatorTemplateProperty
Field Value
BindableProperty
IsOpenProperty
Identifies the IsOpen property.
Declaration
public static readonly BindableProperty IsOpenProperty
Field Value
BindableProperty
Properties
DropDownContentStyle
Gets or sets the Style of the drop-down content. The target type of this style is DropDownButtonToolbarItemViewContent.
Declaration
public Style DropDownContentStyle { get; set; }
Property Value
Style
DropDownContentTemplate
Gets or sets the ControlTemplate of the drop-down content. The target type of this template is DropDownButtonToolbarItemViewContent.
Declaration
public ControlTemplate DropDownContentTemplate { get; set; }
Property Value
ControlTemplate
DropDownIndicatorStyle
Gets or sets the Style of the drop-down indicator. The target type of this style is DropDownButtonToolbarItemViewIndicator.
Declaration
public Style DropDownIndicatorStyle { get; set; }
Property Value
Style
DropDownIndicatorTemplate
Gets or sets the ControlTemplate of the drop-down indicator. The target type of this template is DropDownButtonToolbarItemViewIndicator.
Declaration
public ControlTemplate DropDownIndicatorTemplate { get; set; }
Property Value
ControlTemplate
Events
IsOpenChanged
Raised when the IsOpen property has changed.