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

TcxGridBandRow.Items Property

Provides the indexed access to columns assigned to the current row.

#Declaration

Delphi
property Items[Index: Integer]: TcxGridBandedColumn read; default;

#Property Value

Type
TcxGridBandedColumn

#Remarks

The Items property provides a reference to a column at a specific horizontal position in a row. You can specify the column position via the column’s Position.ColIndex property. The number of columns assigned to the row is determined by Count.

The VisibleItems property supports a collection of visible columns (i.e. with their Visible property set to True).

See Also