WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotItemSortedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotItemSortedEventArgs

    Provides data for Changed
    and Changed events.

    Inheritance
    System.Object
    System.EventArgs
    PivotItemSortedEventArgs
    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.Forms.PivotChart
    Assembly: Syncfusion.PivotChart.Windows.dll
    Syntax
    public sealed class PivotItemSortedEventArgs : EventArgs

    Constructors

    PivotItemSortedEventArgs(PivotItem, ListSortDirection)

    Initialize a new instance for class PivotItemSortedEventArgs.

    Declaration
    public PivotItemSortedEventArgs(PivotItem sortingItem, ListSortDirection direction)
    Parameters
    Type Name Description
    PivotItem sortingItem

    The pivotItem which needs to be sorted.

    System.ComponentModel.ListSortDirection direction

    The System.ComponentModel.ListSortDirection sorting direction.

    Properties

    PivotItem

    Gets the sorted pivot item.

    Declaration
    public PivotItem PivotItem { get; }
    Property Value
    Type Description
    PivotItem

    SortDirection

    Gets or sets the sorted direction.

    Declaration
    public ListSortDirection SortDirection { get; set; }
    Property Value
    Type Description
    System.ComponentModel.ListSortDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved