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

TcxGridTableView.Columns Property

Provides indexed access to the Table View’s columns.

#Declaration

Delphi
property Columns[Index: Integer]: TcxGridColumn read; write;

#Property Value

Type
TcxGridColumn

#Remarks

Use the Columns property to access columns of the current Table View. The properties of the column class allow you to specify the sort order for a column, where the column will appear in the View or in the group panel, data settings, column behavior, editors for the column’s cells, styles for the column’s elements, etc.

See Also