ValueObject.BooleanValue Property
Converts the object’s value to Boolean and returns the result.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | A Boolean value. |
Remarks
The ValueObject object has a value that can be converted to different types. The BooleanValue property returns the result of conversion to the Boolean type. To determine whether the value is of the boolean type, use the ValueObject.IsBoolean property.
See Also