FormatInfo.Empty Property
In This Article
Gets a FormatInfo object with default settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static FormatInfo Empty { get; }
#Property Value
Type | Description |
---|---|
Format |
The Format |
#Remarks
The Empty property returns the static FormatInfo object whose properties are set to default values. The property supports the internal infrastructure and usually you do not need to use it from your code.
See Also