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

TcxGridBandedColumnPosition.Band Property

Gets the band to which the banded column is assigned.

#Declaration

Delphi
property Band: TcxGridBand read;

#Property Value

Type
TcxGridBand

#Remarks

The Band property returns the band displaying the current column. The band allows you to define properties common to all columns within the band and to access general band settings. To assign a band to a column, see the BandIndex property.

See Also