alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GroupedEventArgs

    Provides information about the Grouped event.

    Inheritance
    object
    GridEventBaseArgs
    GroupedEventArgs
    GroupingEventArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    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
    string

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

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