CustomGroupEventArgs Properties
Contains data for the CustomGroup event.
Name | Description |
---|---|
Column | Returns the processed column. |
Groups |
Gets or sets the result of row comparisons. |
Source |
Returns the index in the data source of the first of the two rows being compared. |
Source |
Returns the index in the data source of the second of the two rows being compared. |
Value1 | Returns the first value being compared. |
Value2 | Returns the second value being compared. |
See Also