Skip to main content
Row

FilterValue.Implicit(Boolean to FilterValue) Operator

Implicitly converts a Boolean value to a filter value.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static implicit operator FilterValue(bool value)

Parameters

Name Type Description
value Boolean

A Boolean value to be converted to a FilterValue.

Returns

Type Description
FilterValue

A FilterValue object that is the result of conversion.

See Also