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

TcxCustomGridOptions Class

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

#Declaration

Delphi
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