Class DisplayFormatAttribute
Specifies the display format for a property.
Inheritance
System.Object
DisplayFormatAttribute
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.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. |