Skip to main content

FormatInfo.ShouldSerialize() Method

Tests whether the FormatInfo object should be persisted.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual bool ShouldSerialize()

Returns

Type Description
Boolean

true if the object should be persisted; otherwise, false.

Remarks

The member supports the internal .NET infrastructure and you do not need to call it from your code.

See Also