FormatInfo() Constructor
In This Article
Creates an instance of the FormatInfo class.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Remarks
The constructor creates an instance of the FormatInfo class and sets its properties to default values as follows:
- FormatInfo.Format to null
- FormatInfo.FormatType to FormatType.None
- FormatInfo.FormatString to an empty string
The constructor supports the .NET infrastructure and usually you do not need to call it from your code.
See Also