New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
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

C#
public OptionsButtonToolbarItem()

Fields

Identifies the OptionsContentStyle property.

C#
public static readonly BindableProperty OptionsContentStyleProperty

Identifies the OptionsContentTemplate property.

C#
public static readonly BindableProperty OptionsContentTemplateProperty

OptionsPanelProperty

BindableProperty

Identifies the OptionsPanel property.

C#
public static readonly BindableProperty OptionsPanelProperty

Properties

Gets or sets the Style of the options content. The target type of this style is OptionsButtonToolbarItemViewContent.

C#
public Style OptionsContentStyle { get; set; }

OptionsContentTemplate

ControlTemplate

Gets or sets the ControlTemplate of the options content. The target type of this template is OptionsButtonToolbarItemViewContent.

C#
public ControlTemplate OptionsContentTemplate { get; set; }

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

C#
public RadToolbarOptionsPanel OptionsPanel { get; set; }