Class
DataGridLoadDataControl

Represents loading control used to request more data items in DataGrid.

Definition

Constructors

DataGridLoadDataControl()

Initializes a new instance of the DataGridLoadDataControl class.

Declaration

cs-api-definition
public DataGridLoadDataControl()

Fields

LoadingDataProperty

Identifies the LoadingData dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LoadingDataProperty

Field Value

DependencyProperty

Properties

LoadMoreRowsText

Gets the Text used for visualization when the more rows are loaded.

Declaration

cs-api-definition
public string LoadMoreRowsText { get; }

Property Value

string

LoadingData

Gets or sets a value indicating whether the control is loading data state.

Declaration

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

Property Value

bool

Methods

ApplyTemplateCore()

Called when the Framework is called. Inheritors should override this method should they have some custom template-related logic. This is done to ensure that the property is properly initialized.

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides RadControl.ApplyTemplateCore()

ComposeVisualStateName()

Builds the current visual state for this instance.

Declaration

cs-api-definition
protected override string ComposeVisualStateName()

Returns

string

Overrides RadControl.ComposeVisualStateName()

OnTemplateApplied()

Occurs when the method has been called and the template is already successfully applied.

Declaration

cs-api-definition
protected override void OnTemplateApplied()

Overrides RadControl.OnTemplateApplied()

UnapplyTemplateCore()

Removes the current control template. Occurs when a template has already been applied and a new one is applied.

Declaration

cs-api-definition
protected override void UnapplyTemplateCore()

Overrides RadControl.UnapplyTemplateCore()