Skip to content

GridRow Object Members

See Also

GridRow Overview | GridRows Object | GridRecord Object | GridRecordItem Object

See Also


GridRow Object Members

Public Methods

Public Method EnsureVisible
The EnsureVisible method is used to force the row to become visible.

Public Method GetItemRect
The GetItemRect method returns the coordinates of the bounding rectangle for the specified GridRecordItem in the Row.

Public Method GetItemRectAsMerged

Public Method GetRect
The GetRect method returns the coordinates of the bounding rectangle for the Row.

Public Properties

Public Property Childs
A collection of GridRow objects.

Public Property Expanded
Specifies whether the row is expanded in a tree view.

Public Property GroupRow
Indicates whether this GridRow is a group row.

Public Property Index
The index of the GridRow within the GridControl's collection of rows.

Public Property NextSiblingRow
The NextSiblingRow property returns the next sibling row of this row.

Public Property ParentRow
Reference to the parent row if this row is a child.

Public Property Record
Reference to the associated GridRecord.

Public Property RowTreeLevel
Gets/sets the Tree Level of the row.

Public Property Section
Returns the section the row belongs to (header, footer, or body).

Public Property Selected
Specifies whether the GridRow is currently selected (shaded).


See Also

GridRow Overview | GridRows Object | GridRecord Object | GridRecordItem Object


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