TcxGridBandRows.FirstVisible Property
Returns the first visible row in the current TcxGridBandRows collection.
Declaration
property FirstVisible: TcxGridBandRow read;
Property Value
| Type |
|---|
| TcxGridBandRow |
Remarks
The FirstVisible property specifies the first visible row in a band. Visible rows can be accessed via the VisibleItems collection.
See Also