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

EnumProcessingHelper Class

Provides helper methods used to register enumeration types whose values can be serialized in Criteria Language expressions.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public static class EnumProcessingHelper

Remarks

For enumerations registered using the static methods of EnumProcessingHelper, corresponding criteria values can be serialized in the following way.

Status = ##Enum#MyNamespace.Status,InProgress#

Inheritance

Object
EnumProcessingHelper
See Also