Class SerializableSortField
Represents a class that is used to serialize sorted item.
Inheritance
System.Object
SerializableSortField
Inherited Members
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.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 |
---|
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 |
---|
System.Boolean |