Class RadBusyIndicator
Identifies the RadBusyIndicator control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[TelerikToolboxCategory("Containers")]
public class RadBusyIndicator : ContentControl
Constructors
RadBusyIndicator()
Initializes a new instance of the RadBusyIndicator class.
Declaration
public RadBusyIndicator()
Fields
BusyContentProperty
Identifies the BusyContent property.
Declaration
public static readonly DependencyProperty BusyContentProperty
Field Value
System.
|
BusyContentTemplateProperty
Identifies the BusyContentTemplate property.
Declaration
public static readonly DependencyProperty BusyContentTemplateProperty
Field Value
System.
|
DisplayAfterProperty
Identifies the DisplayAfter property.
Declaration
public static readonly DependencyProperty DisplayAfterProperty
Field Value
System.
|
IsBusyIndicationVisibleProperty
Identifies the IsBusyIndicationVisible dependency property.
Declaration
public static readonly DependencyProperty IsBusyIndicationVisibleProperty
Field Value
System.
|
IsBusyProperty
Identifies the IsBusy property.
Declaration
public static readonly DependencyProperty IsBusyProperty
Field Value
System.
|
IsIndeterminateProperty
Identifies the IsIndeterminate property.
Declaration
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
System.
|
OverlayStyleProperty
Identifies the OverlayStyle property.
Declaration
public static readonly DependencyProperty OverlayStyleProperty
Field Value
System.
|
ProgressBarStyleProperty
Identifies the ProgressBarStyle property.
Declaration
public static readonly DependencyProperty ProgressBarStyleProperty
Field Value
System.
|
ProgressValueProperty
Identifies the ProgressValue property.
Declaration
public static readonly DependencyProperty ProgressValueProperty
Field Value
System.
|
Properties
BusyContent
Gets or sets the Busy
Declaration
public object BusyContent { get; set; }
Property Value
System.
|
BusyContentTemplate
Gets or sets the Busy
Declaration
public DataTemplate BusyContentTemplate { get; set; }
Property Value
System.
|
DisplayAfter
Gets or sets the Display
Declaration
public TimeSpan DisplayAfter { get; set; }
Property Value
System.
|
IsBusy
Gets or sets the Is
Declaration
public bool IsBusy { get; set; }
Property Value
System.
|
IsBusyIndicationVisible
Gets or sets the Is
Declaration
public bool IsBusyIndicationVisible { get; }
Property Value
System.
|
IsContentVisible
Gets or sets the Is
Declaration
protected bool IsContentVisible { get; set; }
Property Value
System.
|
IsIndeterminate
Gets or sets the Is
Declaration
public bool IsIndeterminate { get; set; }
Property Value
System.
|
OverlayStyle
Gets or sets the Overlay
Declaration
public Style OverlayStyle { get; set; }
Property Value
System.
|
ProgressBarStyle
Gets or sets the Progress
Declaration
public Style ProgressBarStyle { get; set; }
Property Value
System.
|
ProgressValue
Gets or sets the Progress
Declaration
public double ProgressValue { get; set; }
Property Value
System.
|
Methods
ChangeVisualState(Boolean)
Updates the visual state of the control.
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System. Indicates whether transitions should be used. |
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call.
System.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnIsBusyChanged(DependencyPropertyChangedEventArgs)
Called when the Is
Declaration
protected virtual void OnIsBusyChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.
|