Skip to main content

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>

true if rows should belong to the same group; otherwise, false.

Remarks

For more information, refer to the following help topic: CustomGroup.

See Also