menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelFormat

    Show / Hide Table of Contents

    Class LabelFormat

    Inheritance
    System.Object
    EJTagHelper
    LabelFormat
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class LabelFormat : EJTagHelper

    Constructors

    LabelFormat()

    Declaration
    public LabelFormat()

    Properties

    DecimalPlaces

    Declaration
    [JsonProperty("decimalPlaces")]
    public int DecimalPlaces { get; set; }
    Property Value
    Type Description
    System.Int32

    NumberFormat

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("numberFormat")]
    public NumberFormat NumberFormat { get; set; }
    Property Value
    Type Description
    NumberFormat

    PrefixText

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

    SuffixText

    Declaration
    [JsonProperty("suffixText")]
    public string SuffixText { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved