Skip to content

HeaderRows Property

Description

Returns the collection of the grid header rows.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property HeaderRows() As [GridRows](XtremeGridControl~GridRows.md)

Remarks

This collection only contains GridRow objects in the HeaderRows section of the grid. Use this collection to retrieve and access the collection of grid header rows. Note that the rows collection could be rebuilt automatically when executing the Populate method.

This is a collection of all the GridRow objects that have been added to the GridControl's HeaderRows. 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


See Also

Grid Control ActiveX Control v24.0


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