Skip to main content

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.v24.2.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