Class DropDownButtonToolbarItem
Represents a button displaying a drop-down panel in the Rad
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 Drop
Declaration
public static readonly BindableProperty DropDownContentStyleProperty
Field Value
Microsoft.
|
DropDownContentTemplateProperty
Identifies the Drop
Declaration
public static readonly BindableProperty DropDownContentTemplateProperty
Field Value
Microsoft.
|
DropDownIndicatorStyleProperty
Identifies the Drop
Declaration
public static readonly BindableProperty DropDownIndicatorStyleProperty
Field Value
Microsoft.
|
DropDownIndicatorTemplateProperty
Identifies the Drop
Declaration
public static readonly BindableProperty DropDownIndicatorTemplateProperty
Field Value
Microsoft.
|
IsOpenProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsOpenProperty
Field Value
Microsoft.
|
Properties
DropDownContentStyle
Gets or sets the Microsoft.
Declaration
public Style DropDownContentStyle { get; set; }
Property Value
Microsoft.
|
DropDownContentTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate DropDownContentTemplate { get; set; }
Property Value
Microsoft.
|
DropDownIndicatorStyle
Gets or sets the Microsoft.
Declaration
public Style DropDownIndicatorStyle { get; set; }
Property Value
Microsoft.
|
DropDownIndicatorTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate DropDownIndicatorTemplate { get; set; }
Property Value
Microsoft.
|
IsOpen
Gets or sets a value indicating whether the drop-down is currently open.
Declaration
public bool IsOpen { get; set; }
Property Value
System.
|
Events
IsOpenChanged
Raised when the Is
Declaration
public event EventHandler IsOpenChanged
Event Type
System.
|