Occurs when the
C1DataColumn.Aggregate is set to Custom for a grouped row.
The event handler receives an argument of type GroupTextEventArgs containing data related to this event. The following GroupTextEventArgs properties provide information specific to this event.
Property | Description |
---|
Col | Column that is being grouped. |
EndRowIndex | Last row index that is being grouped. |
GroupText | Value that the data is being grouped on. |
RowType | Type of row being grouped. |
StartRowIndex | First row index that is being grouped. |
Text | Custom text for the grouped row. |