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

GridCustomGroupEventArgs Properties

Contains data for the CustomGroup event.
Name Description
DataItem1 Gets the first data item being compared.
DataItem2 Gets the second data item being compared.
FieldName Specifies the name of the data source field whose values should be grouped.
Grid Provides access to the IGrid interface.
Handled Specifies whether the CustomGroup event was handled.
SameGroup Specifies whether the compared values belong to the same group.
Value1 Gets the first value being compared.
Value2 Gets the second value being compared.
See Also