[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GroupRow

GroupRow Class

Represents a row that serves as a header for a group of rows.

Inheritance
GroupRow
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class GroupRow : Row
Remarks

Group rows are automatically shown by the C1FlexGrid when the ICollectionView used as a data source contains grouped data and the grid's GroupRowPosition property is not None.

Constructors

Name Description
GroupRow()

Initializes a new instance of a GroupRow.

Properties

Name Description
Group

Gets or sets the CollectionViewGroup object associated with this GroupRow.

HasChildren

Gets a value that indicates whether this group row has child rows.

IsAboveData

Gets a value that indicates whether this group row should be displayed above child rows.

IsCollapsed

Gets or sets a value that indicates whether this GroupRow is collapsed (child rows are hidden) or expanded (child rows are visible).

Level

Gets or sets a value that represents the level of the group associated with this GroupRow.

Methods

Name Description
GetCellRange()

Gets a CellRange object that contains all the rows in the group represented by this GroupRow and all columns.

GetDataItems()

Gets a collection of data items in the group represented by this GroupRow.

GetUnboundValue(Column)

Gets the unbound value stored in this row at a given column.