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

TcxGridColumnOptions Class

Contains options for managing the behavior of columns in a Table View.

#Declaration

Delphi
TcxGridColumnOptions = class(
    TcxCustomGridColumnOptions
)

#Remarks

This class contains options defining the global behavior of all columns at runtime. They define the end-users ability to manipulate column data such as sorting, filtering, moving, sizing, editing, etc.

TcxGridColumnOptions primarily inherits the properties introduced in its ancestor classes and introduces members that are specific to grid columns. To override these options in individual columns, use the column Options property.

TcxGridBandedColumnOptions extends TcxGridColumnOptions with behavior options for columns in a Banded Table View.

A TcxGridColumnOptions object is referenced via a column’s Options property set.

See Also