FormatInfo.IsEmpty Property
In This Article
Tests whether properties of the current object are set to default values.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#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