Class DropDownButtonToolbarItemViewIndicator
Visual representation of the drop-down indicator in a DropDownButtonToolbarItemView.
Inheritance
System.Object
DropDownButtonToolbarItemViewIndicator
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DropDownButtonToolbarItemViewIndicator : ButtonToolbarItemViewIndicator, IRadContentView, IContentView, IPadding, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
DropDownButtonToolbarItemViewIndicator()
Declaration
public DropDownButtonToolbarItemViewIndicator()
Fields
IsOpenProperty
Identifies the IsOpen property.
Declaration
public static readonly BindableProperty IsOpenProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
IsOpen
Gets or sets a value indicating whether the drop-down is currently open.
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Overrides
Events
IsOpenChanged
Raised when the IsOpen property has changed.
Declaration
public event EventHandler IsOpenChanged
Event Type
System.EventHandler
|