Back to Devexpress

TcxGridTableView.Columns Property

vcl-cxgridtableview-dot-tcxgridtableview-1ada107a.md

latest1.2 KB
Original Source

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

TcxGridColumn

TcxCustomGridTableController.FocusedItem

TcxGridTableView.ColumnCount

TcxGridTableView.CreateColumn

TcxGridTableView.VisibleColumns

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit