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

FunctionCategory Enum

List function type categories the Criteria Language supports.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

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