Class BusyIndicatorToolbarItem
Represents a RadBusyIndicator in the RadToolbar control.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class BusyIndicatorToolbarItem : ToolbarItem
Constructors
BusyIndicatorToolbarItem()
Declaration
public BusyIndicatorToolbarItem()
Fields
IsBusyProperty
Identifies the IsBusy property.
Declaration
public static readonly BindableProperty IsBusyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
IsBusy
Gets or sets a value indicating if the BusyIndicatorToolbarItem is busy.
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|