ValueObject.IsBoolean Property
Gets whether the object originates from the value of the boolean type.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the object has a boolean value; otherwise, false. |
Remarks
Use the ValueObject.BooleanValue to get the Boolean value of the object.
See Also