Class
DataGridCommand

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

Definition

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

DataGridCommandId

Methods

CanExecute(object)

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

Declaration

cs-api-definition
public override bool CanExecute(object parameter)

Parameters

parameter

object

Returns

bool

Overrides ControlCommandBase<RadDataGrid>.CanExecute(object)