TcxGridServerModeBandedColumnOptions Class
In This Article
Contains settings that define the behavior of a column in a Server Mode Banded Table View.
#Declaration
Delphi
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.
#Inheritance
See Also