Skip to main content

FunctionCategory Enum

List function type categories the Criteria Language supports.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public enum FunctionCategory

Members

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.

Related API Members

The following properties accept/return FunctionCategory values:

See Also