Skip to main content

CriteriaOperatorValidator.Visit(OperandProperty) Method

Enables custom processing of the specified OperandProperty.

Namespace: DevExpress.DataAccess.ExpressionEditor

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override void Visit(
    OperandProperty theOperand
)

Parameters

Name Type Description
theOperand OperandProperty

An OperandProperty object.

Remarks

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

See Also