menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OnSortActionCompleted - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OnSortActionCompleted

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

    Inheritance
    System.Object
    System.EventArgs
    OnSortActionCompleted
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class OnSortActionCompleted : EventArgs

    Constructors

    OnSortActionCompleted()

    Initializes a new instance of the OnSortActionCompleted class.

    Declaration
    public OnSortActionCompleted()

    Properties

    List

    Gets or sets the list, which holds the position and value of the sorted item, after sorting in PivotGrid.

    Declaration
    public Dictionary<int, object> List { get; set; }
    Property Value
    Type
    System.Collections.Generic.Dictionary<System.Int32, System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved