Skip to main content
A newer version of this page is available. .

CustomGroupEventArgs Properties

Contains data for the CustomGroup event.
Name Description
Column Returns the processed column.
GroupsEqual Gets or sets the result of row comparisons.
SourceIndex1 Returns the index in the data source of the first of the two rows being compared.
SourceIndex2 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