Skip to content

GridGroupRow Object

Description

Represents a Group Row in the Grid Control.

For a list of all members defined in this module, see GridGroupRow Members.

Object Model

GridGroupRow Object Model
Parent-Child Relationship
Child Grid Rows
Parent-Child Relationship
Grid Row
Parent Row
Next Sibling Row

Remarks

A GroupRow of the GridControl is a row that has no associated GridRecord, but has a special text caption instead. The special text caption depends on whether the GroupCaption property has been set for the GridRecordItems that belong to the group. If a GroupCaption has been set, then that is displayed as the special text; otherwise, the caption of the GridColumn is used.

You might need to test if a row is a GroupRow when iterating through the GridControl's collection of rows to determine if the row has a Record you can access. If your rows are grouped and you try to access the Record of a GroupRow, your program will crash.

The GroupRowIconAlignment and GroupRowIcon properties are used to display icons in a group row.

See Also


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