ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewSortSetting - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewSortSetting

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    PivotViewSortSetting
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewSortSetting : EJTagHelper

    Constructors

    PivotViewSortSetting()

    Declaration
    public PivotViewSortSetting()

    Properties

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    MembersOrder

    Allows to specify the order in which the members should be sorted.

    Declaration
    [HtmlAttributeName("membersOrder")]
    public object MembersOrder { get; set; }
    Property Value
    Type Description
    System.Object

    Name

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

    Declaration
    [HtmlAttributeName("name")]
    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
    [HtmlAttributeName("order")]
    public Sorting Order { get; set; }
    Property Value
    Type Description
    Sorting
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved