FunctionCategory Enum
Lists the values that specify categories for functions available in Expression Editors.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
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