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