Class
ListViewLoadDataControl

This control is used to explicitly load more data in the RadListView control.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ListViewLoadDataControl : ListViewLoadDataControlBase

Inheritance: objectRadControlListViewLoadDataControlBaseListViewLoadDataControl

Inherited Members ListViewLoadDataControlBase.IsLoadingDataPropertyListViewLoadDataControlBase.ComposeVisualStateName()ListViewLoadDataControlBase.IsLoadingDataRadControl.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.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

ListViewLoadDataControl()

Initializes a new instance of the ListViewLoadDataControl class.

Declaration

cs-api-definition
public ListViewLoadDataControl()

Fields

ContentProperty

Identifies the Content dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ContentProperty

Field Value

DependencyProperty

Properties

Content

Gets or sets the content of the ListViewLoadDataControl

Declaration

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

Property Value

object

LoadDataUICommand

Gets or sets the command invoked by the LoadDataUI.

Declaration

cs-api-definition
public ICommand LoadDataUICommand { get; set; }

Property Value

ICommand

LoadMoreItemsText

Gets the text visualized when more items are loading.

Declaration

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

Property Value

string

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()

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()