TcxCustomGridRecord.Visible Property
Returns the visibility of the current record.
Declaration
property Visible: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The Visible property returns True if the record is currently visible in the View. If the record is hidden due to scrolling, False is returned.
See Also