alexa

    Show / Hide Table of Contents

    Enum PivotSortOption

    Specifies the sorting options for PivotGrid control.

    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public enum PivotSortOption

    Fields

    Name Description
    All

    Sorting all columns.

    ColumnSorting

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

    GrandTotalSorting

    Sorting at GrandTotal cell columns.

    None

    No sorting.

    TotalSorting

    Sorting at Total cell columns.

    Back to top Generated by DocFX