Skip to main content

FormatInfo.Empty Property

Gets a FormatInfo object with default settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static FormatInfo Empty { get; }

Property Value

Type Description
FormatInfo

The FormatInfo object with default property values.

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