New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a RadBusyIndicator in the RadToolbar control.

Definition

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; }