Class DropDownButtonToolbarItem
Represents a button displaying a drop-down panel in the RadToolbar control.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DropDownButtonToolbarItem : ButtonToolbarItem
Constructors
DropDownButtonToolbarItem()
Declaration
public DropDownButtonToolbarItem()
Fields
DropDownContentStyleProperty
Identifies the DropDownContentStyle property.
Declaration
public static readonly BindableProperty DropDownContentStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownContentTemplateProperty
Identifies the DropDownContentTemplate property.
Declaration
public static readonly BindableProperty DropDownContentTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownIndicatorStyleProperty
Identifies the DropDownIndicatorStyle property.
Declaration
public static readonly BindableProperty DropDownIndicatorStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownIndicatorTemplateProperty
Identifies the DropDownIndicatorTemplate property.
Declaration
public static readonly BindableProperty DropDownIndicatorTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsOpenProperty
Identifies the IsOpen property.
Declaration
public static readonly BindableProperty IsOpenProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
DropDownContentStyle
Gets or sets the Microsoft.Maui.Controls.Style of the drop-down content. The target type of this style is DropDownButtonToolbarItemViewContent.
Declaration
public Style DropDownContentStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
DropDownContentTemplate
Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the drop-down content. The target type of this template is DropDownButtonToolbarItemViewContent.
Declaration
public ControlTemplate DropDownContentTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
DropDownIndicatorStyle
Gets or sets the Microsoft.Maui.Controls.Style of the drop-down indicator. The target type of this style is DropDownButtonToolbarItemViewIndicator.
Declaration
public Style DropDownIndicatorStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
DropDownIndicatorTemplate
Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the drop-down indicator. The target type of this template is DropDownButtonToolbarItemViewIndicator.
Declaration
public ControlTemplate DropDownIndicatorTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
IsOpen
Gets or sets a value indicating whether the drop-down is currently open.
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
|
Events
IsOpenChanged
Raised when the IsOpen property has changed.
Declaration
public event EventHandler IsOpenChanged
Event Type
System.EventHandler
|