Skip to main content

EnumProcessingHelper.RegisterEnum<T>() 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<T>()

Type Parameters

Name Description
T

The enumeration to register.

See Also