Skip to main content
A newer version of this page is available. .

XlValueObject.BooleanValue Property

Converts the object’s value to Boolean and returns the result.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool BooleanValue { get; }

Property Value

Type Description
Boolean

A Boolean value.

Remarks

The XlValueObject 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 IsBoolean property.

See Also