Class GridViewLoadingIndicator
A Content Control that indicates when the grid is busy.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewLoadingIndicator : Control
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
System.Windows.DependencyProperty
|
BusyContentTemplateProperty
Identifies the BusyContentTemplate property.
Declaration
public static readonly DependencyProperty BusyContentTemplateProperty
Field Value
System.Windows.DependencyProperty
|
IsBusyProperty
Identifies the IsBusyProperty dependency property.
Declaration
public static readonly DependencyProperty IsBusyProperty
Field Value
System.Windows.DependencyProperty
|
IsIndeterminateProperty
Identifies the IsIndeterminate property.
Declaration
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
System.Windows.DependencyProperty
|
ProgressValueProperty
Identifies the ProgressValue property.
Declaration
public static readonly DependencyProperty ProgressValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BusyContent
Gets or sets the BusyContent property. This is a dependency property.
Declaration
public object BusyContent { get; set; }
Property Value
System.Object
|
BusyContentTemplate
Gets or sets the BusyContentTemplate property. This is a dependency property.
Declaration
public DataTemplate BusyContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
IsBusy
Gets a value indicating whether the indicator is currently busy.
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|
IsIndeterminate
Gets or sets the IsIndeterminate property. This is a dependency property.
Declaration
public bool IsIndeterminate { get; set; }
Property Value
System.Boolean
|
ProgressValue
Gets or sets the ProgressValue property. This is a dependency property.
Declaration
public double ProgressValue { get; set; }
Property Value
System.Double
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|