WPF

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

    Show / Hide Table of Contents

    Class Sort

    Represents a class that is used to serialize sorted item.

    Inheritance
    System.Object
    Sort
    Inherited Members
    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 Sort

    Constructors

    Sort()

    Initializes a new instance of the Sort class.

    Declaration
    public Sort()

    Sort(PivotItem)

    Initializes a new instance of the Sort class.

    Declaration
    public Sort(PivotItem item)
    Parameters
    Type Name Description
    PivotItem item

    define the sorted pivot item.

    Properties

    FieldMappingName

    Gets or sets the field name used for mapping.

    Declaration
    public string FieldMappingName { get; set; }
    Property Value
    Type Description
    System.String

    IsDescSort

    Gets or sets a value indicating whether the sorting order is in ascending or descending.

    Declaration
    public bool IsDescSort { get; set; }
    Property Value
    Type Description
    System.Boolean

    PivotItem

    Gets or sets the information required to define either a row or column.

    Declaration
    public PivotItem PivotItem { get; set; }
    Property Value
    Type Description
    PivotItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved