ClassGridViewLoadingIndicator
A Content Control that indicates when the grid is busy.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewLoadingIndicator : Control
Inheritance: objectGridViewLoadingIndicator
Constructors
GridViewLoadingIndicator()
Initializes a new instance of the GridViewLoadingIndicator class.
Declaration
public GridViewLoadingIndicator()
Fields
BusyContentProperty
Identifies the BusyContent property.
Declaration
public static readonly DependencyProperty BusyContentProperty
Field Value
DependencyProperty
BusyContentTemplateProperty
Identifies the BusyContentTemplate property.
Declaration
public static readonly DependencyProperty BusyContentTemplateProperty
Field Value
DependencyProperty
IsBusyProperty
Identifies the IsBusyProperty dependency property.
Declaration
public static readonly DependencyProperty IsBusyProperty
Field Value
DependencyProperty
IsIndeterminateProperty
Identifies the IsIndeterminate property.
Declaration
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
DependencyProperty
ProgressValueProperty
Identifies the ProgressValue property.
Declaration
public static readonly DependencyProperty ProgressValueProperty
Field Value
DependencyProperty
Properties
BusyContent
Gets or sets the BusyContent property. This is a dependency property.
BusyContentTemplate
Gets or sets the BusyContentTemplate property. This is a dependency property.
Declaration
public DataTemplate BusyContentTemplate { get; set; }
Property Value
DataTemplate
IsBusy
Gets a value indicating whether the indicator is currently busy.
IsIndeterminate
Gets or sets the IsIndeterminate property. This is a dependency property.
ProgressValue
Gets or sets the ProgressValue property. This is a dependency property.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e