Skip to main content
A newer version of this page is available. .

FormatInfo.Empty Property

Gets a FormatInfo object with default settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.1.dll

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