Skip to main content
A newer version of this page is available. .

TcxCustomGridOptions Class

Represents the base class for all classes containing a set of options.

Declaration

TcxCustomGridOptions = class(
    TcxInterfacedPersistent
)

Remarks

There are many options provided by the ExpressQuantumGrid control allowing you to customize its behavior and appearance. These options are applied to Views and View items. They determine visibility, color and other appearance settings of the View elements, control the functionality such as grouping, moving, filtering and sorting, etc. All these option sets are represented by separate classes and these group the options according to their functions. The TcxCustomGridOptions class is the base class for all option classes. This class publishes the GridView property representing the View owning the current options set.

See Also