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

TcxCustomGridOptionsBehavior Class

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

Declaration

TcxCustomGridOptionsBehavior = class(
    TcxCustomGridOptions
)

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 grouped by the functionality into separate classes. The TcxCustomGridOptions class is the base class for these option classes. It publishes the GridView property providing access to the View that owns the current option set.

See Also