A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
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
Feedback