menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridGroupDescriptionChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridGroupDescriptionChangedEventArgs

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

    Inheritance
    System.Object
    DataGridGroupDescriptionChangedEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridGroupDescriptionChangedEventArgs : Object

    Constructors

    DataGridGroupDescriptionChangedEventArgs(NotifyCollectionChangedEventArgs)

    Initializes a new instance of the class.

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

    Indicates the NotifyCollectionChangedEventArgs.

    Properties

    CollectionChangedEventArgs

    Gets or sets a value indicating NotifyCollectionChangedEventArgs.

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