GridGroupRow Object Members
See Also

Grid Control ActiveX Control v24.0
GridGroupRow Object Members
Public Methods
EnsureVisible
The EnsureVisible method is used to force the row to become visible.
GetRect
The GetRect method returns the coordinates of the bounding rectangle for the GroupRow.
Public Properties
Childs
A collection of GridRow objects.
Expanded
Specifies whether the group row is expanded.
GroupCaption
The text that is displayed for the group row.
GroupFormat
Stores the string used for extra formatting of the caption.
GroupFormula
Excel-like calculations (i.e., sum of all rows) to be performed and displayed in the item's caption.
GroupRow
Indicates whether the row is a group row.
Index
The index of the GroupRow 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.
Selected
Specifies whether the GridGroupRow is currently selected (shaded).
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.