Back to Devexpress

TcxGridBandCustomOptions Class

vcl-cxgridbandedtableview-eba04d3d.md

latest1.7 KB
Original Source

TcxGridBandCustomOptions Class

Represents the base class for all classes which manage the behavior of a band.

Declaration

delphi
TcxGridBandCustomOptions = class(
    TPersistent
)

Remarks

The TcxGridBandCustomOptions class provides general information for band related classes. Descendants of the TcxGridBandCustomOptions class (TcxGridBandOptions and TcxGridBandPosition) declare additional band specific properties.

The TcxGridBandOptions class represents a set of options that affect the band’s behavior, these can be accessed via the band’s Options property.

The TcxGridBandPosition class provides properties to specify the position of a band (TcxGridBand) within a Banded Table View. The TcxGridBand.Position object defines these properties.

Inheritance

TObject TPersistent TcxGridBandCustomOptions

See Also

TcxGridBandedColumn.Options

TcxGridBandedTableView.OptionsCustomize

TcxGridBandCustomOptions Members

cxGridBandedTableView Unit