menu

UWP

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

    Show / Hide Table of Contents

    Class SerializableSortItem

    Class that holds the properties, which helps to do sorting.

    Inheritance
    System.Object
    SerializableSortItem
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class SerializableSortItem : Object

    Constructors

    SerializableSortItem(PivotItem)

    Initializes a new instance of the SerializableSortItem class.

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

    PivotItem

    Properties

    FieldMappingName

    Gets or sets the field mapping name of the PivotItem.

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

    IsDescSort

    Gets or sets whether the sort order is in ascending/descending.

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

    PivotItem

    Gets or sets the PivotItem.

    Declaration
    public PivotItem PivotItem { get; set; }
    Property Value
    Type
    PivotItem

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved