Skip to content

Row Property

Description

A collection of GridRow objects.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Row( _
    ByVal [Index](#) As Long _
) As [GridRow](XtremeGridControl~GridRow.md)

Parameters

  • Index: Index of a GridRow within the collection of rows.

Remarks

A collection of GridRow objects. Each GridRow has an associated GridRecord. Each GridRow can have a collection of GridRows that can be expanded/collapsed when the row is clicked on, displaying the rows in the collection.

Rows are added using the add method and removed using the RemoveAt method.

See Also

Example

Adding a Row to the GridControl


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