Class OnSortActionStarted
Class containing event data, related to sort action in PivotGrid.
Inheritance
System.Object
OnSortActionStarted
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class OnSortActionStarted : EventArgs
Constructors
OnSortActionStarted()
Initializes a new instance of the OnSortActionStarted class.
Declaration
public OnSortActionStarted()
Properties
List
Gets or sets the list, which holds the position and value of all items, before sorting in PivotGrid.
Declaration
public Dictionary<int, object> List { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.Int32, System.Object> |