Skip to main content

FormatInfo.IsEmpty Property

Tests whether properties of the current object are set to default values.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[Browsable(false)]
public virtual bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the object properties are set to default values; otherwise,false.

Remarks

IsEmpty compares the current object with the object returned by the FormatInfo.Empty property thus returning whether properties of the current FormatInfo are set to default values.

The property supports the internal .NET infrastructure and usually you do not need to use it in your code.

See Also