ClassDataGridLoadDataControl
Represents loading control used to request more data items in DataGrid.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataGridLoadDataControl : RadControl
Inheritance: objectRadControlDataGridLoadDataControl
Inherited Members
Constructors
DataGridLoadDataControl()
Initializes a new instance of the DataGridLoadDataControl class.
Declaration
public DataGridLoadDataControl()
Fields
LoadingDataProperty
Identifies the LoadingData dependency property.
Declaration
public static readonly DependencyProperty LoadingDataProperty
Field Value
DependencyProperty
Properties
LoadMoreRowsText
Gets the Text used for visualization when the more rows are loaded.
LoadingData
Gets or sets a value indicating whether the control is loading data state.
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.
ComposeVisualStateName()
Builds the current visual state for this instance.
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
protected override void OnTemplateApplied()
Overrides
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides