ClassDataGridCommand
Class
Represents a command abstraction that is associated with a particular RadDataGrid instance.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class DataGridCommand : ControlCommandBase<RadDataGrid>, ICommand
Inheritance: objectAttachableObject<RadDataGrid>ControlCommandBase<RadDataGrid>DataGridCommand
Implements:
Inherited Members
Constructors
DataGridCommand()
Declaration
cs-api-definition
protected DataGridCommand()
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 RadDataGrid instance.
Declaration
cs-api-definition
public DataGridCommandId Id { get; set; }
Property Value
Methods
CanExecute(object)
Determines whether the command can be executed against the provided parameter.