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.Item Property

Specifies the banded column whose position is defined via the current TcxGridBandedColumnPosition instance.

#Declaration

Delphi
property Item: TcxGridBandedColumn read;

#Property Value

Type
TcxGridBandedColumn

#Remarks

The Item property references the banded column whose position within a Banded Table View is specified via the current TcxGridBandedColumnPosition class instance. Use this property to access the sets of behavior options and styles and other column properties.

See Also