Back to Devexpress

FormatInfo.IsEmpty Property

corelibraries-devexpress-dot-utils-dot-formatinfo-65b01ab5.md

latest1.4 KB
Original Source

FormatInfo.IsEmpty Property

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[Browsable(false)]
public virtual bool IsEmpty { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsEmpty As Boolean

Property Value

TypeDescription
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

FormatInfo Class

FormatInfo Members

DevExpress.Utils Namespace