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
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 |