HeaderRecords Property
Description
Returns the collection of the header records.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property HeaderRecords() As [GridRecords](XtremeGridControl~GridRecords.md)
Remarks
This collection only contains GridRecord objects that are in the HeaderRows section of the grid.
Use this collection if you want to retrieve and access the collection of grid header records. You may then perform standard operations on the collection like adding, removing, etc.
This is a collection of all the GridRecord objects that have been added to the header rows of 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
- GridControl Control
- HeaderRows Property
- HeaderRowsAllowEdit Property
- Populate Method
- Add Method
- Insert Method
- GridRecords Object

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.