FormatInfo.Reset() Method
In This Article
Reverts properties of the current object to default values.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Remarks
The Reset method sets properties of the current object to default values as follows:
- FormatInfo.Format to null
- FormatInfo.FormatType to FormatType.None
- FormatInfo.FormatString to an empty string
See Also