WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OnSortActionStarted

    Show / Hide Table of Contents

    Class OnSortActionStarted

    Class containing event data, related to sort action in PivotGrid.

    Inheritance
    System.Object
    System.EventArgs
    OnSortActionStarted
    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.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 Description
    System.Collections.Generic.Dictionary<System.Int32, System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved