Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridOptionsBehavior Class

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

#Declaration

Delphi
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