Version 24.2 (latest)

WrapperExpression Class Properties

For a list of all members of this type, see WrapperExpression members.

Public Properties
 NameDescription
Public PropertyExpressionThe expression this wrapper will be working off of.  
Public PropertyInnerExpressionGets the wrapped expression.  
Public PropertyIsAutoGenerated (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsFunctionGets whether the expression is a function. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsLiteralGets whether the expression is a literal. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsNullGets whether the expresssion is null. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsOperationGets whether the expression is an operation. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsPropertyReferenceGets whether the expression is a property reference. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsWrapperOverridden. Gets whether the expression is a wrapper expression.  
Public PropertyPrecedenceOverridden. Indicates the precedence of the operation, if applicable.  
Public PropertyPropertyNameGets the property name associated with the wrapped expression, if any.  
Protected Properties
 NameDescription
Protected PropertyFactory  
See Also