ClassListViewLoadDataControl
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:
public class ListViewLoadDataControl : ListViewLoadDataControlBase
Inheritance: objectRadControlListViewLoadDataControlBaseListViewLoadDataControl
Inherited Members
Constructors
ListViewLoadDataControl()
Initializes a new instance of the ListViewLoadDataControl class.
Declaration
public ListViewLoadDataControl()
Fields
ContentProperty
Identifies the Content dependency property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
DependencyProperty
Properties
Content
Gets or sets the content of the ListViewLoadDataControl
LoadDataUICommand
Gets or sets the command invoked by the LoadDataUI.
Declaration
public ICommand LoadDataUICommand { get; set; }
Property Value
LoadMoreItemsText
Gets the text visualized when more items are loading.
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.
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
protected override void OnTemplateApplied()
Overrides