New to Telerik UI for WPFStart a free 30-day trial

A Content Control that indicates when the grid is busy.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewLoadingIndicator : Control

Inheritance: objectGridViewLoadingIndicator

Constructors

Initializes a new instance of the GridViewLoadingIndicator class.

C#
public GridViewLoadingIndicator()

Fields

BusyContentProperty

DependencyProperty

Identifies the BusyContent property.

C#
public static readonly DependencyProperty BusyContentProperty

BusyContentTemplateProperty

DependencyProperty

Identifies the BusyContentTemplate property.

C#
public static readonly DependencyProperty BusyContentTemplateProperty

IsBusyProperty

DependencyProperty

Identifies the IsBusyProperty dependency property.

C#
public static readonly DependencyProperty IsBusyProperty

IsIndeterminateProperty

DependencyProperty

Identifies the IsIndeterminate property.

C#
public static readonly DependencyProperty IsIndeterminateProperty

ProgressValueProperty

DependencyProperty

Identifies the ProgressValue property.

C#
public static readonly DependencyProperty ProgressValueProperty

Properties

Gets or sets the BusyContent property. This is a dependency property.

C#
public object BusyContent { get; set; }

Gets or sets the BusyContentTemplate property. This is a dependency property.

C#
public DataTemplate BusyContentTemplate { get; set; }

Gets a value indicating whether the indicator is currently busy.

C#
public bool IsBusy { get; set; }

Gets or sets the IsIndeterminate property. This is a dependency property.

C#
public bool IsIndeterminate { get; set; }

Gets or sets the ProgressValue property. This is a dependency property.

C#
public double ProgressValue { get; set; }

Methods

C#
public override void OnApplyTemplate()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs