Records Property
Description
The GridControl's collection of GridRecord objects.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property Records() As [GridRecords](XtremeGridControl~GridRecords.md)
Remarks
This is a collection of all the GridRecord objects that have been added to the GridControl. GridRecord objects are attached to a GridRow object when they are added. That is why there is no add method for rows; it is already done when the GridRecord is added.
See Also
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.