menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupingEventArgs - UWP 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
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridGroupingEventArgs : Object

    Constructors

    GridGroupingEventArgs(NotifyCollectionChangedEventArgs)

    Initializes new instance of GridGroupingEventArgs class.

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

    Indicates the NotifyCollectionChangedEventArgs.

    Properties

    CollectionChangedEventArgs

    Gets or sets a value that indicates NotifyCollectionChangedEventArgs.

    Declaration
    public NotifyCollectionChangedEventArgs CollectionChangedEventArgs { get; set; }
    Property Value
    Type
    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
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved