Class
DataGridAutoDataLoadingControl

Represents Indicator controlled used by DataGrid when auto loading more data items.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataGridAutoDataLoadingControl : RadControl

Inheritance: objectRadControlDataGridAutoDataLoadingControl

Inherited Members RadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.OnCreateAutomationPeer()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

DataGridAutoDataLoadingControl()

Initializes a new instance of the DataGridAutoDataLoadingControl class.

Declaration

cs-api-definition
public DataGridAutoDataLoadingControl()

Fields

LoadingDataProperty

Identifies the LoadingData dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LoadingDataProperty

Field Value

DependencyProperty

Properties

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

ComposeVisualStateName()

Builds the current visual state for this instance.

Declaration

cs-api-definition
protected override string ComposeVisualStateName()

Returns

string

Overrides RadControl.ComposeVisualStateName()