Skip to main content

TcxGridBandRows.Items Property

Provides an indexed access to all rows within the current row collection.

Declaration

property Items[Index: Integer]: TcxGridBandRow read; default;

Property Value

Type
TcxGridBandRow

Remarks

The Items property allows you to access a specific row by its index. The Count property determines the number of rows in the Items collection. In order to restrict access to visible rows, use the VisibleItems property.

See Also