Skip to main content
A newer version of this page is available. .

FunctionCategory Enum

Lists the values that specify categories for functions available in Expression Editors.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.1.dll

Declaration

public enum FunctionCategory

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.

Related API Members

The following properties accept/return FunctionCategory values:

Library Related API Members
Cross-Platform Class Library ICustomFunctionOperatorBrowsable.Category
eXpress Persistent Objects IsExactTypeFunction.Category
IsInstanceOfTypeFunction.Category

Remarks

When implementing a custom function, you specify the function’s category in the ICustomFunctionOperatorBrowsable.Category property implementation.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FunctionCategory enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also