Back to Devexpress

GridCustomGroupEventArgs.SameGroup Property

blazor-devexpress-dot-blazor-dot-gridcustomgroupeventargs.md

latest1015 B
Original Source

GridCustomGroupEventArgs.SameGroup Property

Specifies whether the compared values belong to the same group.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public bool SameGroup { get; set; }

Property Value

TypeDescription
Boolean

true if the compared values belong to the same group; otherwise, false.

|

Remarks

Refer to the GridCustomGroupEventArgs class description for additional information and an example.

See Also

GridCustomGroupEventArgs Class

GridCustomGroupEventArgs Members

DevExpress.Blazor Namespace