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
Initializes a new instance of the GridViewLoadingIndicator class.
public GridViewLoadingIndicator()
Fields
BusyContentProperty
DependencyProperty
Identifies the BusyContent property.
public static readonly DependencyProperty BusyContentProperty
BusyContentTemplateProperty
DependencyProperty
Identifies the BusyContentTemplate property.
public static readonly DependencyProperty BusyContentTemplateProperty
IsBusyProperty
DependencyProperty
Identifies the IsBusyProperty dependency property.
public static readonly DependencyProperty IsBusyProperty
IsIndeterminateProperty
DependencyProperty
Identifies the IsIndeterminate property.
public static readonly DependencyProperty IsIndeterminateProperty
ProgressValueProperty
DependencyProperty
Identifies the ProgressValue property.
public static readonly DependencyProperty ProgressValueProperty
Properties
Gets or sets the BusyContent property. This is a dependency property.
public object BusyContent { get; set; }
BusyContentTemplate
DataTemplate
Gets or sets the BusyContentTemplate property. This is a dependency property.
public DataTemplate BusyContentTemplate { get; set; }
Gets a value indicating whether the indicator is currently busy.
public bool IsBusy { get; set; }
Gets or sets the IsIndeterminate property. This is a dependency property.
public bool IsIndeterminate { get; set; }
Gets or sets the ProgressValue property. This is a dependency property.
public double ProgressValue { get; set; }
Methods
public override void OnApplyTemplate()