Back to Devexpress

CustomGroupEventArgs.GroupsEqual Property

maui-devexpress-dot-maui-dot-datagrid-dot-customgroupeventargs-13c75d22.md

latest1.0 KB
Original Source

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

csharp
public bool? GroupsEqual { get; set; }

Property Value

TypeDescription
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

CustomGroupEventArgs Class

CustomGroupEventArgs Members

DevExpress.Maui.DataGrid Namespace