Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExpressionVisitor.Visit Method

Name Parameters Description
Visit(AdditionExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(ArrayConstantExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(CellErrorReferenceExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(CellReferenceExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(ConcatenateExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(ConstantExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(DefinedNameReferenceExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(DivisionExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(EqualityExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(FunctionExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(FunctionExternalExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(GreaterExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(GreaterOrEqualExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(InequalityExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(LessExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(LessOrEqualExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(MissingArgumentExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(MultiplicationExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(PercentExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(PowerExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(RangeExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(RangeIntersectionExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(RangeUnionExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(SubtractionExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(TableReferenceExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(UnaryMinusExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(UnaryPlusExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.
Visit(UnknownFunctionExpression) expression Override this method in a class descendant. It is called when visiting an expression of specific type.