Table of Contents

Class GridCommandContext

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

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

GridCommand

Grid

Gets or sets the data grid.

public GroupGrid Grid { get; set; }

Property Value

GroupGrid

Table

Gets or sets the table bound to the grid.

public MemTable Table { get; set; }

Property Value

MemTable