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

TcxGridBand.Position Property

Specifies the position of a band within a banded table View.

#Declaration

Delphi
property Position: TcxGridBandPosition read; write;

#Property Value

Type
TcxGridBandPosition

#Remarks

Use this property to specify the nesting level (the band in which the current band will be displayed, also called the parent band) and sequential position (column) within this band. To assign a band to a parent band you have to set the Position.BandIndex property to a parent band index in the View’s Bands collection. The Position.ColIndex and Position.RowIndex specify the coordinates of the column within the band.

See Also