Skip to main content

TcxGridBandRow.Items Property

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

Declaration

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