Skip to main content

TcxGridTableView.Columns Property

Provides indexed access to the Table View’s columns.

Declaration

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