WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridGroupingEventArgs

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

    Inheritance
    System.Object
    GridGroupingEventArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridGroupingEventArgs

    Constructors

    GridGroupingEventArgs(NotifyCollectionChangedEventArgs)

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

    Properties

    CollectionChangedEventArgs

    Gets a value indicates NotifyCollectionChangedEventArgs.

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

    IsProgrammatic

    Gets or set a value indicates whether the Grouping operation is performed from code behind.

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