menu

Blazor

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

    Show / Hide Table of Contents

    Class FormatType

    Defines the format types. They are: Number - Defines format type as 'Number' for numeric type field. Date - Defines format type as 'DateTime' for date type field.

    Inheritance
    System.Object
    FormatType
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class FormatType : Enum

    Fields

    DateTime

    DateTime - Defines format type as 'DateTime' for date type field

    Declaration
    public const FormatType DateTime
    Field Value
    Type
    FormatType

    Number

    Number - Defines format type as 'Number' for numeric type field.

    Declaration
    public const FormatType Number
    Field Value
    Type
    FormatType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved