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
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