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

TcxGridServerModeBandedColumnOptions Class

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

Declaration

TcxGridServerModeBandedColumnOptions = class(
    TcxCustomGridBandedColumnOptions
)

Remarks

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

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

See Also