Skip to content

Rows Property

Description

The GridControl's collection of GridRow objects.

Property Type

Read-only property

Syntax (Visual Basic)

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

Remarks

This is a collection of all the GridRow 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.