Class OptionsButtonToolbarItemView
Visual representation of a button displaying an options panel in the RadToolbar control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class OptionsButtonToolbarItemView : DropDownButtonToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
OptionsButtonToolbarItemView()
Declaration
public OptionsButtonToolbarItemView()
Fields
OptionsContentStyleProperty
Identifies the OptionsContentStyle property.
Declaration
public static readonly BindableProperty OptionsContentStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OptionsContentTemplateProperty
Identifies the OptionsContentTemplate property.
Declaration
public static readonly BindableProperty OptionsContentTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OptionsPanelProperty
Identifies the OptionsPanel property.
Declaration
public static readonly BindableProperty OptionsPanelProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
OptionsContentStyle
Gets or sets the Microsoft.Maui.Controls.Style of the options content. The target type of this style is OptionsButtonToolbarItemViewContent.
Declaration
public Style OptionsContentStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
OptionsContentTemplate
Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the options content. The target type of this template is OptionsButtonToolbarItemViewContent.
Declaration
public ControlTemplate OptionsContentTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
OptionsPanel
Gets or sets the options panel associated with this toolbar item.
Declaration
public RadToolbarOptionsPanel OptionsPanel { get; set; }
Property Value
RadToolbarOptionsPanel
|