Class
OptionsButtonToolbarItem

Represents a button displaying an options panel in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class OptionsButtonToolbarItem : DropDownButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemOptionsButtonToolbarItem

Derived Classes: ImageEditorOptionsToolbarItem

Inherited Members DropDownButtonToolbarItem.IsOpenPropertyDropDownButtonToolbarItem.DropDownContentStylePropertyDropDownButtonToolbarItem.DropDownContentTemplatePropertyDropDownButtonToolbarItem.DropDownIndicatorStylePropertyDropDownButtonToolbarItem.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItem.IsOpenDropDownButtonToolbarItem.DropDownContentStyleDropDownButtonToolbarItem.DropDownContentTemplateDropDownButtonToolbarItem.DropDownIndicatorStyleDropDownButtonToolbarItem.DropDownIndicatorTemplateDropDownButtonToolbarItem.IsOpenChangedButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

OptionsButtonToolbarItem()

Declaration

cs-api-definition
public OptionsButtonToolbarItem()

Fields

OptionsContentStyleProperty

Identifies the OptionsContentStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty OptionsContentStyleProperty

Field Value

BindableProperty

OptionsContentTemplateProperty

Identifies the OptionsContentTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty OptionsContentTemplateProperty

Field Value

BindableProperty

OptionsPanelProperty

Identifies the OptionsPanel property.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public ControlTemplate OptionsContentTemplate { get; set; }

Property Value

ControlTemplate

OptionsPanel

Gets or sets the options panel associated with this toolbar item.

Declaration

cs-api-definition
public RadToolbarOptionsPanel OptionsPanel { get; set; }

Property Value

RadToolbarOptionsPanel