TcxGridBandRow.VisibleItems Property
Specifies a collection of visible columns displayed in the current row.
Declaration
property VisibleItems[Index: Integer]: TcxGridBandedColumn read;
Property Value
Type |
---|
TcxGridBandedColumn |
Remarks
The VisibleItems property provides indexed access to visible columns assigned to the current row (i.e. with the Visible property set to True). The number of visible columns is determined by the VisibleCount property. To access all columns assigned to a row, use the Items property.
See Also