[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.GroupTextEventArgs

GroupTextEventArgs Class

Provides data for the GroupText event.

Inheritance
GroupTextEventArgs
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class GroupTextEventArgs : EventArgs

Properties

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.