Class
BusyIndicatorToolbarItem

Represents a RadBusyIndicator in the RadToolbar control.

Definition

Constructors

BusyIndicatorToolbarItem()

Declaration

cs-api-definition
public BusyIndicatorToolbarItem()

Fields

IsBusyProperty

Identifies the IsBusy property.

Declaration

cs-api-definition
public static readonly BindableProperty IsBusyProperty

Field Value

BindableProperty

Properties

IsBusy

Gets or sets a value indicating if the BusyIndicatorToolbarItem is busy.

Declaration

cs-api-definition
public bool IsBusy { get; set; }

Property Value

bool