ClassDataGridCommand
Class
Represents a command abstraction that is associated with a particular RadDataGrid instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class DataGridCommand : ControlCommandBase<RadDataGrid>, ICommand
Inheritance: objectRadDependencyObjectAttachableObject<RadDataGrid>ControlCommandBase<RadDataGrid>DataGridCommand
Derived Classes:
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.