ClassOptionsButtonToolbarItem
Represents a button displaying an options panel in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class OptionsButtonToolbarItem : DropDownButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemOptionsButtonToolbarItem
Derived Classes:
Inherited Members
Constructors
OptionsButtonToolbarItem()
Declaration
public OptionsButtonToolbarItem()
Fields
OptionsContentStyleProperty
Identifies the OptionsContentStyle property.
Declaration
public static readonly BindableProperty OptionsContentStyleProperty
Field Value
BindableProperty
OptionsContentTemplateProperty
Identifies the OptionsContentTemplate property.
Declaration
public static readonly BindableProperty OptionsContentTemplateProperty
Field Value
BindableProperty
OptionsPanelProperty
Identifies the OptionsPanel property.
Declaration
public static readonly BindableProperty OptionsPanelProperty
Field Value
BindableProperty
Properties
OptionsContentStyle
Gets or sets the Style of the options content. The target type of this style is OptionsButtonToolbarItemViewContent.
Declaration
public Style OptionsContentStyle { get; set; }
Property Value
Style
OptionsContentTemplate
Gets or sets the ControlTemplate of the options content. The target type of this template is OptionsButtonToolbarItemViewContent.
Declaration
public ControlTemplate OptionsContentTemplate { get; set; }
Property Value
ControlTemplate
OptionsPanel
Gets or sets the options panel associated with this toolbar item.
Declaration
public RadToolbarOptionsPanel OptionsPanel { get; set; }
Property Value