ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewFormatSetting

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    PivotViewFormatSetting
    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 PivotViewFormatSetting : EJTagHelper

    Constructors

    PivotViewFormatSetting()

    Declaration
    public PivotViewFormatSetting()

    Properties

    Currency

    It allows to specify the currency code to be used for formatting.

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

    Format

    It allows to specify custom number format for formatting.

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

    IsChild

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

    MaximumFractionDigits

    It allows to specify maximum fraction digits to the formatted value.

    Declaration
    [HtmlAttributeName("maximumFractionDigits")]
    public double MaximumFractionDigits { get; set; }
    Property Value
    Type Description
    System.Double

    MaximumSignificantDigits

    It allows to specify maximum significant digits to the formatted value.

    Declaration
    [HtmlAttributeName("maximumSignificantDigits")]
    public double MaximumSignificantDigits { get; set; }
    Property Value
    Type Description
    System.Double

    MinimumFractionDigits

    It allows to specify minimum fraction digits to the formatted value.

    Declaration
    [HtmlAttributeName("minimumFractionDigits")]
    public double MinimumFractionDigits { get; set; }
    Property Value
    Type Description
    System.Double

    MinimumIntegerDigits

    It allows to specify minimum integer digits to the formatted value.

    Declaration
    [HtmlAttributeName("minimumIntegerDigits")]
    public double MinimumIntegerDigits { get; set; }
    Property Value
    Type Description
    System.Double

    MinimumSignificantDigits

    It allows to specify minimum significant digits to the formatted value.

    Declaration
    [HtmlAttributeName("minimumSignificantDigits")]
    public double MinimumSignificantDigits { get; set; }
    Property Value
    Type Description
    System.Double

    Name

    It allows to set the field name to apply format settings.

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

    Skeleton

    It allows to specify the skeleton such as full, medium, long, short, etc. to perform date formatting.

    It is applicable only fot date type formatting.

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

    Type

    It allows to specify the type of date formatting either date, dateTime or time.

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

    UseGrouping

    It allows to use grouping to the formatted value,

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