Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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