Skip to main content

EnumProcessingHelper.RegisterEnum(Type) Method

Enables serialization of the specified enumeration type values in Criteria Language expressions.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static void RegisterEnum(
    Type enumType
)

Parameters

Name Type Description
enumType Type

The type of an enumeration to register.

See Also