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

CriteriaOperatorValidator.Visit(OperandValue) Method

Enables custom processing of the specified OperandValue.

Namespace: DevExpress.DataAccess.ExpressionEditor

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public override void Visit(
    OperandValue theOperand
)

Parameters

Name Type Description
theOperand OperandValue

An OperandValue object.

Remarks

For a code sample, see the following example online: How to customize the Expression Editor.

See Also