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

ICustomFunctionOperatorBrowsable.Category Property

When implemented by a custom function, designates its functional category.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

FunctionCategory Category { get; }

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