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

XlValueObject.IsBoolean Property

Gets whether the object originates from the value of the boolean type.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public bool IsBoolean { get; }

Property Value

Type Description
Boolean

true, if the object has a boolean value; otherwise, false.

Remarks

Use the XlValueObject.BooleanValue to get the Boolean value of the object.

See Also