Class OnSortActionCompleted
Class containing event data, related to sort action complete in PivotGrid.
Inheritance
System.Object
OnSortActionCompleted
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 |
---|
System.Collections.Generic.Dictionary<System.Int32, System.Object> |