menu

Blazor

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

    Show / Hide Table of Contents

    Class GroupedEventArgs

    Provides information about the Grouped event.

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

    Constructors

    GroupedEventArgs()

    Declaration
    public GroupedEventArgs()

    Properties

    Action

    Gets a value indicating the grouping action.

    Declaration
    public NotifyCollectionChangedAction Action { get; }
    Property Value
    Type Description
    System.Collections.Specialized.NotifyCollectionChangedAction

    Add to group the specified column. Remove to remove grouping from the specified column. Reset to clear grouping from all columns in the grid using the ClearGroupingAsync() method.

    ColumnName

    Gets the field name of the column which is associated with grouping or un-grouping.

    Declaration
    public string ColumnName { get; }
    Property Value
    Type Description
    System.String

    A string value that represents the field name of the column which is associated with grouping or un-grouping.

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