CriteriaOperatorValidator.Visit(AggregateOperand) Method
Enables custom processing of the specified AggregateOperand.
Namespace: DevExpress.DataAccess.ExpressionEditor
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
theOperand | AggregateOperand | An AggregateOperand object. |
Remarks
For a code sample, see the following example online: How to customize the Expression Editor.
See Also