Represents a RadBusyIndicator in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class BusyIndicatorToolbarItem : ToolbarItem
Inheritance: objectToolbarItemBusyIndicatorToolbarItem
Derived Classes:
Inherited Members
Constructors
C#
public BusyIndicatorToolbarItem()
Fields
IsBusyProperty
BindableProperty
Identifies the IsBusy property.
C#
public static readonly BindableProperty IsBusyProperty
Properties
Gets or sets a value indicating if the BusyIndicatorToolbarItem is busy.
C#
public bool IsBusy { get; set; }