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
public OptionsButtonToolbarItem()
Fields
OptionsContentStyleProperty
BindableProperty
Identifies the OptionsContentStyle property.
public static readonly BindableProperty OptionsContentStyleProperty
OptionsContentTemplateProperty
BindableProperty
Identifies the OptionsContentTemplate property.
public static readonly BindableProperty OptionsContentTemplateProperty
OptionsPanelProperty
BindableProperty
Identifies the OptionsPanel property.
public static readonly BindableProperty OptionsPanelProperty
Properties
OptionsContentStyle
Style
Gets or sets the Style of the options content. The target type of this style is OptionsButtonToolbarItemViewContent.
public Style OptionsContentStyle { get; set; }
OptionsContentTemplate
ControlTemplate
Gets or sets the ControlTemplate of the options content. The target type of this template is OptionsButtonToolbarItemViewContent.
public ControlTemplate OptionsContentTemplate { get; set; }
Gets or sets the options panel associated with this toolbar item.
public RadToolbarOptionsPanel OptionsPanel { get; set; }