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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public ICriteriaOperatorValidatorProvider CriteriaOperatorValidatorProvider { get; set; }

Property Value

Type Description
ICriteriaOperatorValidatorProvider

An object implementing the ICriteriaOperatorValidatorProvider interface.

See Also