alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class NumberFormattingEventArgs

    The number formatting event arguments provide the necessary information about the format settings of the selected field before it creates to update the pviot table.

    Inheritance
    object
    NumberFormattingEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NumberFormattingEventArgs

    Constructors

    NumberFormattingEventArgs()

    Declaration
    public NumberFormattingEventArgs()

    Properties

    Cancel

    Defines an option to restrict the format field create operation.

    Declaration
    [JsonPropertyName("cancel")]
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true, if the format field create operation is canceled. Otherwise, false.

    FormatName

    Defines the seledted field name that used to apply the number formatting.

    Declaration
    [JsonPropertyName("formatName")]
    public string FormatName { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    FormatSettings

    Defines the current format settings collection.

    Declaration
    [JsonPropertyName("formatSettings")]
    public List<FormatSettings> FormatSettings { get; set; }
    Property Value
    Type
    List<FormatSettings>
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved