Class OnSortActionCompleted
Class containing event data, related to sort action complete in PivotGrid.
Inheritance
System.Object
System.EventArgs
OnSortActionCompleted
Inherited Members
System.EventArgs.Empty
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.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class OnSortActionCompleted : EventArgs
Constructors
OnSortActionCompleted()
Initializes a new instance of the OnSortActionCompleted class.
Declaration
public OnSortActionCompleted()
Properties
List
Gets or sets the list, which holds the position and value of the sorted item, after sorting in PivotGrid.
Declaration
public Dictionary<int, object> List { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, System.Object> |