Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotSortSetting - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotSortSetting

    Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table. By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the EnableSorting property to be true.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    PivotSortSetting
    PivotFieldListSortSetting
    PivotViewSortSetting
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnInitializedAsync()
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotSortSetting : SfDataBoundComponent

    Constructors

    PivotSortSetting()

    Declaration
    public PivotSortSetting()

    Properties

    Name

    Allows to set the field name to order their members either in ascending or descending in the pivot table.

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

    Order

    Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are, Ascending: It allows to display the field members in ascending order. Descending: It allows to display the field members in descending order. None: It allows to display the field members based on JSON order.

    Declaration
    public Sorting Order { get; set; }
    Property Value
    Type Description
    Sorting
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved