alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GroupingOperationEventArgs

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

    Inheritance
    System.Object
    GroupingOperationEventArgs
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class GroupingOperationEventArgs : Object

    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 - 2026 Syncfusion Inc. All Rights Reserved