Class
ListViewCommand

Represents a command abstraction that is associated with a particular RadListView instance.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class ListViewCommand : ControlCommandBase<RadListView>, ICommand

Inheritance: objectAttachableObject<RadListView>ControlCommandBase<RadListView>ListViewCommand

Derived Classes: ListViewUserCommand

Implements: ICommand

Inherited Members ControlCommandBase<RadListView>.CanExecute(object)ControlCommandBase<RadListView>.Execute(object)ControlCommandBase<RadListView>.OnCanExecuteChanged(EventArgs)ControlCommandBase<RadListView>.CanExecuteChangedAttachableObject<RadListView>.OnDetached(RadListView)AttachableObject<RadListView>.OnAttached()AttachableObject<RadListView>.Owner

Constructors

ListViewCommand()

Declaration

cs-api-definition
protected ListViewCommand()

Properties

Id

Gets or sets the CommandId value for this instance. This value is used to associate a command with a known event within a RadListView instance.

Declaration

cs-api-definition
public CommandId Id { get; set; }

Property Value

CommandId

In this article
DefinitionConstructorsListViewCommand()PropertiesId
Not finding the help you need?
Contact Support