A newer version of this page is available.
Switch to the current version.
FunctionCategory Enum
Lists the values that specify categories for functions available in Expression Editors.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.1.dll
Declaration
Members
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. |
Remarks
When implementing a custom function, you specify the function's category in the ICustomFunctionOperatorBrowsable.Category property implementation.
See Also
Feedback