The C1GroupTextEventArgs type exposes the following members.

Properties

  Name Description
Public property Col
Column that is being grouped.
Public property EndItemIndex
Last index in the Items collection for the data being grouped.
Public property GroupCol
Column initiated grouping.
Public property GroupText
This is the text that is being grouped.
Public property RowType
Type of item that is being grouped, either GroupHeader or GroupFooter.
Public property StartItemIndex
First index in the Items collection for the data being grouped.
Public property Text
This is the text that will be displayed in the grouped Header or Footer.

See Also