menu

UWP

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

    Show / Hide Table of Contents

    Class DisplayFormatAttribute

    Specifies the display format for a property.

    Inheritance
    System.Object
    DisplayFormatAttribute
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class DisplayFormatAttribute : Attribute

    Constructors

    DisplayFormatAttribute()

    Initializes a new instance of the DisplayFormatAttribute class using the display format.

    Declaration
    public DisplayFormatAttribute()

    Properties

    DataFormatString

    Get or set the number format for data.

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

    The display format.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved