menu

WinForms

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

    Show / Hide Table of Contents

    Class GroupingOperationEventArgs

    Provides data for the Grouping Operations that are performed in SfDataGrid.

    Inheritance
    System.Object
    GroupingOperationEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class GroupingOperationEventArgs

    Constructors

    GroupingOperationEventArgs(NotifyCollectionChangedEventArgs)

    Initializes a new instance of the GroupingOperationEventArgs class.

    Declaration
    public GroupingOperationEventArgs(NotifyCollectionChangedEventArgs args)
    Parameters
    Type Name Description
    System.Collections.Specialized.NotifyCollectionChangedEventArgs args

    Indicates the NotifyCollectionChangedEventArgs.

    Properties

    CollectionChangedEventArgs

    Gets or sets a value indicates NotifyCollectionChangedEventArgs.

    Declaration
    public NotifyCollectionChangedEventArgs CollectionChangedEventArgs { get; set; }
    Property Value
    Type
    System.Collections.Specialized.NotifyCollectionChangedEventArgs

    IsProgrammatic

    Gets or sets a value indicating whether the Grouping operation is performed from code behind.

    Declaration
    public bool IsProgrammatic { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved