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