Back to Devexpress

GridCustomGroupEventArgs Properties

blazor-devexpress-dot-blazor-dot-gridcustomgroupeventargs-dot-underscore-properties.md

latest1.6 KB
Original Source

GridCustomGroupEventArgs Properties

Contains data for the CustomGroup event.

NameDescription
DataItem1Gets the first of two processed data items. Compare these items and determine whether they belong to the same group.
DataItem2Gets the second of two processed data items. Compare these items and determine whether they belong to the same group.
FieldNameSpecifies the name of the data source field whose values should be grouped.
GridReturns an object that defines grid API members (properties and methods).
HandledSpecifies whether the CustomGroup event was handled.
SameGroupSpecifies whether the compared values belong to the same group.
Value1Gets the first value being compared.
Value2Gets the second value being compared.

See Also

GridCustomGroupEventArgs Class

GridCustomGroupEventArgs Members

DevExpress.Blazor Namespace