menu

Blazor

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

    Show / Hide Table of Contents

    Class PivotFormatSetting

    Allows specific fields used to display the values with specific format that used to be displayed in the pivot table. For example, to display a specific field with currency formatted values in the pivot table, the set the Format property to be C.

    Inheritance
    System.Object
    PivotFormatSetting
    PivotFieldListFormatSetting
    PivotViewFormatSetting
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotFormatSetting : OwningComponentBase

    Constructors

    PivotFormatSetting()

    Declaration
    public PivotFormatSetting()

    Properties

    Currency

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

    Declaration
    public string Currency { get; set; }
    Property Value
    Type
    System.String

    Format

    It allows to specify custom number format for formatting.

    Declaration
    public string Format { get; set; }
    Property Value
    Type
    System.String

    MaximumFractionDigits

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

    Declaration
    public int MaximumFractionDigits { get; set; }
    Property Value
    Type
    System.Int32

    MaximumSignificantDigits

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

    Declaration
    public int MaximumSignificantDigits { get; set; }
    Property Value
    Type
    System.Int32

    MinimumFractionDigits

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

    Declaration
    public int MinimumFractionDigits { get; set; }
    Property Value
    Type
    System.Int32

    MinimumIntegerDigits

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

    Declaration
    public int MinimumIntegerDigits { get; set; }
    Property Value
    Type
    System.Int32

    MinimumSignificantDigits

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

    Declaration
    public int MinimumSignificantDigits { get; set; }
    Property Value
    Type
    System.Int32

    Name

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

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Type

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

    Declaration
    public FormatType Type { get; set; }
    Property Value
    Type
    FormatType

    UseGrouping

    It allows to use grouping to the formatted value.

    Declaration
    public bool UseGrouping { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved