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 Grid
Declaration
public GridViewLoadingIndicator()
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.
|
IsBusyProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsBusyProperty
Field Value
System.
|
IsIndeterminateProperty
Identifies the IsIndeterminate property.
Declaration
public static readonly DependencyProperty IsIndeterminateProperty
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.
|
IsBusy
Gets a value indicating whether the indicator is currently busy.
Declaration
public bool IsBusy { get; set; }
Property Value
System.
|
IsIndeterminate
Gets or sets the Is
Declaration
public bool IsIndeterminate { get; set; }
Property Value
System.
|
ProgressValue
Gets or sets the Progress
Declaration
public double ProgressValue { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|