Back to Devexpress

TcxCustomGridBandedColumnOptions Class

vcl-cxgridbandedtableview-18b14924.md

latest1.6 KB
Original Source

TcxCustomGridBandedColumnOptions Class

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

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridTableItemCustomOptions TcxCustomGridTableItemOptions TcxCustomGridColumnOptions TcxCustomGridBandedColumnOptions

See Also

TcxCustomGridBandedColumnOptions Members

cxGridBandedTableView Unit