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

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.v19.1.dll

Declaration

public ICriteriaOperatorValidatorProvider CriteriaOperatorValidatorProvider { get; set; }

Property Value

Type Description
ICriteriaOperatorValidatorProvider

An object implementing the ICriteriaOperatorValidatorProvider interface.

See Also