Skip to main content

TcxGridColumn Class

An item (column) in a Table View.

Declaration

TcxGridColumn = class(
    TcxCustomGridColumn
)

Remarks

A Table View has the Columns property, which supports a list of columns displayed within the View.

The Options property provides a number of settings, which manage the behavior and appearance of columns. Using the Styles object, you can specify the styles of different column elements (data cells, header, footer cells, etc.)

To specify an editor for an item and thus specify the data representation, you can use either the repository and repository items mechanism or the PropertiesClass and Properties objects.

The TcxGridBandedColumn, TcxGridDBColumn, and TcxGridServerModeColumn classes derive their functionality from the TcxGridColumn class.

See Also