CustomGroupEventArgs.GroupsEqual Property
Gets or sets the result of row comparisons.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public bool? GroupsEqual { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
|
Remarks
For more information, refer to the following help topic: CustomGroup.
See Also