Class GridCommandContext
Provides the runtime context used when a grid command is checked or executed.
public class GridCommandContext
- Inheritance
-
GridCommandContext
- Derived
- Inherited Members
- Extension Methods
Properties
Command
Gets or sets the grid command.
public GridCommand Command { get; set; }
Property Value
Grid
Gets or sets the data grid.
public GroupGrid Grid { get; set; }
Property Value
Table
Gets or sets the table bound to the grid.
public MemTable Table { get; set; }