Skip to main content

TcxGridServerModeBandedColumn Class

A column within a Banded Table View with support for server mode.

Declaration

TcxGridServerModeBandedColumn = class(
    TcxGridBandedColumn
)

Remarks

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

  • Bind the column to a field of a connected underlying data source component (DataBinding).

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

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

Refer to the TcxGridBandedColumn class description for information on the core functionality that columns in a Banded Table View provide.

Note

All server mode data controllers (TdxServerModeDataController class descendants) do not support calculated field expressions, since they cannot reference a portion of the stored data. Therefore, the TcxGridServerModeBandedColumn class overrides the ShowExpressionEditor procedure with an empty implementation to ensure that the “Expression Editor“ dialog never appears in server mode.

See Also