GridCustomGroupEventArgs.Handled Property
In This Article
Specifies whether the CustomGroup event was handled.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public bool Handled { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Refer to the GridCustomGroupEventArgs class description for more information and an example.
See Also