ClassLoadMoreDataCommand
Class
Command that is executed when more data is requested by the RadListView control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class LoadMoreDataCommand : ListViewCommand, ICommand
Inheritance: objectRadDependencyObjectAttachableObject<RadListView>ControlCommandBase<RadListView>ListViewCommandLoadMoreDataCommand
Implements:
Inherited Members
Constructors
LoadMoreDataCommand()
Declaration
cs-api-definition
public LoadMoreDataCommand()
Methods
CanExecute(object)
Determines whether the command can be executed against the provided parameter.
Execute(object)
Performs the core action given the provided parameter.
Declaration
cs-api-definition
public override void Execute(object parameter)
Parameters
parameter
The command parameter.
Overrides