[]
Provides data for the GroupText event.
public class GroupTextEventArgs : EventArgs
| Name | 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. |