Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    SfBaseComponent
    SfDataBoundComponent
    PivotFormatSetting
    PivotFieldListFormatSetting
    PivotViewFormatSetting
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnInitializedAsync()
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotFormatSetting : SfDataBoundComponent

    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 Description
    System.String

    Format

    It allows to specify custom number format for formatting.

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

    MaximumFractionDigits

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

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

    MaximumSignificantDigits

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

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

    MinimumFractionDigits

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

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

    MinimumIntegerDigits

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

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

    MinimumSignificantDigits

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

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

    Name

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

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    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 Description
    FormatType

    UseGrouping

    It allows to use grouping to the formatted value.

    Declaration
    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