Class GroupingOperationEventArgs
Provides data for the Grouping Operations that are performed in SfDataGrid.
Inheritance
System.Object
GroupingOperationEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GroupingOperationEventArgs
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 |