DataGridCommand
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:
C#
public abstract class DataGridCommand : ControlCommandBase<RadDataGrid>, ICommand
Inheritance: objectAttachableObject<RadDataGrid>ControlCommandBase<RadDataGrid>DataGridCommand
Implements:
Inherited Members
Constructors
C#
protected DataGridCommand()
Properties
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.
C#
public DataGridCommandId Id { get; set; }