Class TreeViewItemBusyIndicator
Represents a busy indicator in a TreeViewItemView control.
Inherited Members
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TreeViewItemBusyIndicator : RadBusyIndicator
Constructors
TreeViewItemBusyIndicator()
Declaration
public TreeViewItemBusyIndicator()
Fields
StyleProperty
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Style
Gets or sets the Style of the control.
Declaration
public Style Style { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Methods
OnHandlerChanged()
Declaration
protected override void OnHandlerChanged()