Class DataGridCommand
Represents a command abstraction that is associated with a particular RadDataGrid instance.
Inheritance
System.Object
DataGridCommand
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DataGridCommand : ControlCommandBase<RadDataGrid>, ICommand
Constructors
DataGridCommand()
Declaration
protected DataGridCommand()
Properties
Id
Gets or sets the Telerik.Maui.Controls.DataGrid.DataGridCommand.CommandId value for this instance. This value is used to associate a command with a known event within a RadDataGrid instance.
Declaration
public DataGridCommandId Id { get; set; }
Property Value
DataGridCommandId
|
Methods
CanExecute(Object)
Determines whether the command can be executed against the provided parameter.
Declaration
public override bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Overrides
Telerik.Maui.Controls.ControlCommandBase<Telerik.Maui.Controls.RadDataGrid>.CanExecute(System.Object)