WinForms

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

    Show / Hide Table of Contents

    Class SerializableSortField

    Represents a class that is used to serialize sorted item.

    Inheritance
    System.Object
    SerializableSortField
    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.Forms.PivotAnalysis.Serialization
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class SerializableSortField

    Constructors

    SerializableSortField()

    Declaration
    public SerializableSortField()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved