ExpressionEditorContext.CriteriaOperatorValidatorProvider Property
Specifies the object that enables you to access the criteria validator assigned to an Expression Editor.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
ICriteriaOperatorValidatorProvider | An object implementing the ICriteriaOperatorValidatorProvider interface. |
See Also