ICustomFunctionOperatorBrowsable.Category Property
When implemented by a custom function, designates its functional category.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| FunctionCategory | A FunctionCategory value specifying a custom function’s category. |
Available values:
| Name | Description |
|---|---|
| DateTime | Identifies functions that work with date-time values. |
| Logical | Identifies functions that perform logical operations. |
| Math | Identifies functions that perform math operations. |
| Text | Identifies functions that work with strings. |
| All | Identifies functions that fall into any of the other categories. |
See Also