WinForms

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

    Show / Hide Table of Contents

    Class PivotItemSortingEventArgs

    Provides data for Changing
    and Changing events.

    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 Description
    PivotItem

    SortDirection

    Gets or sets the sorting 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