FilterValue.Implicit(Int32 to FilterValue) Operator
Implicitly converts an Int32 value to a filter value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Int32 | An Int32 value to be converted to a FilterValue. |
Returns
| Type | Description |
|---|---|
| FilterValue | A FilterValue object that is the result of conversion. |
See Also