New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

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; }

Methods

Determines whether the command can be executed against the provided parameter.

C#
public override bool CanExecute(object parameter)
Parameters:parameterobjectReturns:

bool

Overrides: ControlCommandBase<RadDataGrid>.CanExecute(object)