TcxCustomGridBandedColumnOptions Class
In This Article
The base class for classes that contain settings managing the behavior of a banded column.
#Declaration
Delphi
TcxCustomGridBandedColumnOptions = class(
TcxCustomGridColumnOptions
)
#Remarks
This class extends the functionality of its ancestor class with the VertSizing property, which controls the ability to resize a column vertically.
The TcxGridBandedColumnOptions and TcxGridServerModeBandedColumnOptions classes inherit from TcxCustomGridBandedColumnOptions, primarily publishing certain properties.
#Inheritance
See Also