GridRow Object Members
See Also
GridRow Overview | GridRows Object | GridRecord Object | GridRecordItem Object

GridRow Object Members
Public Methods
EnsureVisible
The EnsureVisible method is used to force the row to become visible.
GetItemRect
The GetItemRect method returns the coordinates of the bounding rectangle for the specified GridRecordItem in the Row.
GetRect
The GetRect method returns the coordinates of the bounding rectangle for the Row.
Public Properties
Childs
A collection of GridRow objects.
Expanded
Specifies whether the row is expanded in a tree view.
GroupRow
Indicates whether this GridRow is a group row.
Index
The index of the GridRow within the GridControl's collection of rows.
NextSiblingRow
The NextSiblingRow property returns the next sibling row of this row.
ParentRow
Reference to the parent row if this row is a child.
Record
Reference to the associated GridRecord.
RowTreeLevel
Gets/sets the Tree Level of the row.
Section
Returns the section the row belongs to (header, footer, or body).
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.