Skip to main content

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

public ICriteriaOperatorValidatorProvider CriteriaOperatorValidatorProvider { get; set; }

Property Value

Type Description
ICriteriaOperatorValidatorProvider

An object implementing the ICriteriaOperatorValidatorProvider interface.

See Also