Class PivotItemSortingEventArgs
Inheritance
System.Object
PivotItemSortingEventArgs
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
[ComVisible(false)]
public sealed class PivotItemSortingEventArgs : CancelEventArgs
Constructors
PivotItemSortingEventArgs(PivotItem, ListSortDirection)
Initialize a new instance for classPivotItemSortingEventArgs.
Declaration
public PivotItemSortingEventArgs(PivotItem sortingItem, ListSortDirection direction)
Parameters
Type | Name | Description |
---|---|---|
PivotItem | sortingItem | The pivotItem which needs to be sorted. |
System.ComponentModel.ListSortDirection | direction | The System.ComponentModel.ListSortDirectionsorting direction. |
Properties
PivotItem
Gets the sorting Pivot item.
Declaration
public PivotItem PivotItem { get; }
Property Value
Type |
---|
PivotItem |
SortDirection
Gets or sets the sorting direction.
Declaration
public ListSortDirection SortDirection { get; set; }
Property Value
Type |
---|
System.ComponentModel.ListSortDirection |