Skip to main content

TcxGridServerModeColumn Class

A column in a Server Mode Table View.

Declaration

TcxGridServerModeColumn = class(
    TcxGridColumn
)

Remarks

This class extends its ancestor with the following members that allow you to:

  • Bind the column to a field of a connected underlying dataset (DataBinding).

  • Access the View to which the column belongs (GridView).

  • Customize the column’s appearance and behavior settings (Options).

Refer to the TcxGridColumn class description for information on the core functionality of columns in a Table View.

See Also