Back to Devexpress

GridCustomGroupEventArgs.Handled Property

blazor-devexpress-dot-blazor-dot-gridcustomgroupeventargs-2f4dbbad.md

latest1.0 KB
Original Source

GridCustomGroupEventArgs.Handled Property

Specifies whether the CustomGroup event was handled.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public bool Handled { get; set; }

Property Value

TypeDescription
Boolean

true if the event was handled; otherwise, false.

|

Remarks

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

See Also

GridCustomGroupEventArgs Class

GridCustomGroupEventArgs Members

DevExpress.Blazor Namespace