Skip to main content
A newer version of this page is available. .

TcxGridServerModeColumnOptions Class

Contains settings that define the behavior of a column in a Server Mode Table View.

Declaration

TcxGridServerModeColumnOptions = class(
    TcxCustomGridColumnOptions
)

Remarks

This class does not introduce any new functionality. It only publishes properties derived from ancestor classes. Refer to the TcxCustomGridColumnOptions class description for information on Table View column behavior settings.

A server mode column’s Options property references a TcxGridServerModeColumnsOptions object.

See Also