Class ListViewCommand
Represents a command abstraction that is associated with a particular RadListView instance.
Inheritance
System.Object
ListViewCommand
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class ListViewCommand : ControlCommandBase<RadListView>, ICommand
Constructors
ListViewCommand()
Declaration
protected ListViewCommand()
Properties
Id
Gets or sets the Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands.ListViewCommand.CommandId value for this instance. This value is used to associate a command with a known event within a RadListView instance.
Declaration
public CommandId Id { get; set; }
Property Value
CommandId
|