Skip to content

GridGroupRow Object Members

See Also

See Also
Grid Control ActiveX Control v24.0

GridGroupRow Object Members

Public Methods

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

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

Public Properties

Public Property Childs
A collection of GridRow objects.

Public Property Expanded
Specifies whether the group row is expanded.

Public Property GroupCaption
The text that is displayed for the group row.

Public Property GroupFormat
Stores the string used for extra formatting of the caption.

Public Property GroupFormula
Excel-like calculations (i.e., sum of all rows) to be performed and displayed in the item's caption.

Public Property GroupRow
Indicates whether the row is a group row.

Public Property Index
The index of the GroupRow 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 Selected
Specifies whether the GridGroupRow is currently selected (shaded).

See Also


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