menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumberFormattingEventArgs - Blazor API Reference | Syncfusion

    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
    System.Object
    NumberFormattingEventArgs
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NumberFormattingEventArgs : Object

    Constructors

    NumberFormattingEventArgs()

    Declaration
    public NumberFormattingEventArgs()

    Properties

    Cancel

    Defines an option to restrict the format field create operation.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    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
    public string FormatName { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    FormatSettings

    Defines the current format settings collection.

    Declaration
    public List<FormatSettings> FormatSettings { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<FormatSettings>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved