Interface IRadBusyIndicator
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadBusyIndicator : IControl, IFrameworkElement, ITargetElement
Properties
IsBusy
Declaration
bool IsBusy { get; }
Property Value
System.Boolean
|
IsIndeterminate
Declaration
bool IsIndeterminate { get; }
Property Value
System.Boolean
|