CriteriaOperatorValidator.Visit(OperandProperty) Method
Enables custom processing of the specified OperandProperty.
Namespace: DevExpress.DataAccess.ExpressionEditor
Assembly: DevExpress.DataAccess.v24.2.dll
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