Skip to main content

ICustomFunctionOperatorBrowsable.Category Property

Returns the custom function category.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

FunctionCategory Category { get; }

Property Value

Type Description
FunctionCategory

The custom function category.

Available values:

Name Description
DateTime

Functions that can process date-time data.

Logical

Functions that can process boolean data.

Math

Functions that can process numeric data.

Text

Functions that can process strings.

All

Functions that can process data of any type.

See Also