menu

UWP

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

    Show / Hide Table of Contents

    Class SortOptions

    Specifies the sorting options for SfPivotGrid control.

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

    Fields

    All

    Sorting all columns.

    Declaration
    public const SortOptions All
    Field Value
    Type
    SortOptions

    ColumnSorting

    Sorting at the columns (not total or grand-total columns).

    Declaration
    public const SortOptions ColumnSorting
    Field Value
    Type
    SortOptions

    GrandTotalSorting

    Sorting at GrandTotal cell columns.

    Declaration
    public const SortOptions GrandTotalSorting
    Field Value
    Type
    SortOptions

    None

    No sorting.

    Declaration
    public const SortOptions None
    Field Value
    Type
    SortOptions

    TotalSorting

    Sorting at Total cell columns.

    Declaration
    public const SortOptions TotalSorting
    Field Value
    Type
    SortOptions

    Extension Methods

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