Skip to main content

TcxGridTableView.CreateColumn Method

Creates a new column and adds it to the Columns collection of the Table View.

Declaration

function CreateColumn: TcxGridColumn;

Returns

Type
TcxGridColumn

Remarks

You can specify different column settings after a column is created and added to the collection. These settings include the sort order, position among grouped columns, data binding, the column’s behavior, editors for the column’s cells, styles for the column’s elements, etc.

See Also