menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupingEventArgs

    Provides information about the Grouping event.

    Inheritance
    System.Object
    GridEventBaseArgs
    GroupedEventArgs
    GroupingEventArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    GroupedEventArgs.Action
    GroupedEventArgs.ColumnName
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GroupingEventArgs : GroupedEventArgs

    Constructors

    GroupingEventArgs()

    Declaration
    public GroupingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the grouping or un-grouping action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false.

    Remarks

    The Cancel property is used to control the grouping action. If the Cancel property is set to true, then the grouping or un-grouping action will be canceled.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved