Class OptionsButtonToolbarItem
Represents a button displaying an options panel in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class OptionsButtonToolbarItem : DropDownButtonToolbarItem
Constructors
OptionsButtonToolbarItem()
Declaration
public OptionsButtonToolbarItem()
Fields
OptionsContentStyleProperty
Identifies the Options
Declaration
public static readonly BindableProperty OptionsContentStyleProperty
Field Value
Microsoft.
|
OptionsContentTemplateProperty
Identifies the Options
Declaration
public static readonly BindableProperty OptionsContentTemplateProperty
Field Value
Microsoft.
|
OptionsPanelProperty
Identifies the Options
Declaration
public static readonly BindableProperty OptionsPanelProperty
Field Value
Microsoft.
|
Properties
OptionsContentStyle
Gets or sets the Microsoft.
Declaration
public Style OptionsContentStyle { get; set; }
Property Value
Microsoft.
|
OptionsContentTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate OptionsContentTemplate { get; set; }
Property Value
Microsoft.
|
OptionsPanel
Gets or sets the options panel associated with this toolbar item.
Declaration
public RadToolbarOptionsPanel OptionsPanel { get; set; }