Class
GridViewLoadingIndicator

A Content Control that indicates when the grid is busy.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewLoadingIndicator : Control

Inheritance: objectGridViewLoadingIndicator

Constructors

GridViewLoadingIndicator()

Initializes a new instance of the GridViewLoadingIndicator class.

Declaration

cs-api-definition
public GridViewLoadingIndicator()

Fields

BusyContentProperty

Identifies the BusyContent property.

Declaration

cs-api-definition
public static readonly DependencyProperty BusyContentProperty

Field Value

DependencyProperty

BusyContentTemplateProperty

Identifies the BusyContentTemplate property.

Declaration

cs-api-definition
public static readonly DependencyProperty BusyContentTemplateProperty

Field Value

DependencyProperty

IsBusyProperty

Identifies the IsBusyProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsBusyProperty

Field Value

DependencyProperty

IsIndeterminateProperty

Identifies the IsIndeterminate property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsIndeterminateProperty

Field Value

DependencyProperty

ProgressValueProperty

Identifies the ProgressValue property.

Declaration

cs-api-definition
public static readonly DependencyProperty ProgressValueProperty

Field Value

DependencyProperty

Properties

BusyContent

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

Declaration

cs-api-definition
public object BusyContent { get; set; }

Property Value

object

BusyContentTemplate

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

Declaration

cs-api-definition
public DataTemplate BusyContentTemplate { get; set; }

Property Value

DataTemplate

IsBusy

Gets a value indicating whether the indicator is currently busy.

Declaration

cs-api-definition
public bool IsBusy { get; set; }

Property Value

bool

IsIndeterminate

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

Declaration

cs-api-definition
public bool IsIndeterminate { get; set; }

Property Value

bool

ProgressValue

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

Declaration

cs-api-definition
public double ProgressValue { get; set; }

Property Value

double

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs