TcxGridBandCustomOptions Class
Represents the base class for all classes which manage the behavior of a band.
Declaration
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