ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewValueSortSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    PivotViewValueSortSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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 PivotViewValueSortSettings : EJTagHelper

    Constructors

    PivotViewValueSortSettings()

    Declaration
    public PivotViewValueSortSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    HeaderDelimiter

    It allows to set the delimiter, which is used a separator to split the given header text.

    Declaration
    [HtmlAttributeName("headerDelimiter")]
    public string HeaderDelimiter { get; set; }
    Property Value
    Type Description
    System.String

    HeaderText

    It allows to set the member name of a specific field for value sorting.

    Declaration
    [HtmlAttributeName("headerText")]
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

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

    Measure

    It allows to set the measure name to achieve value sorting based on this.

    It is applicable only for OLAP data source.

    Declaration
    [HtmlAttributeName("measure")]
    public string Measure { get; set; }
    Property Value
    Type Description
    System.String

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    SortOrder

    Allows to apply sorting to the specified field either by ascending or descending. 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.

    Declaration
    [HtmlAttributeName("sortOrder")]
    public Sorting SortOrder { get; set; }
    Property Value
    Type Description
    Sorting
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved