Version 24.2 (latest)

LiteralFilterExpression Class Properties

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

Public Properties
 NameDescription
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 PropertyIsLiteralOverridden. Gets if the expression is a literal value.  
Public PropertyIsNullOverridden. Gets if the expression is a null value.  
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 PropertyIsWrapperGets whether the expression is a wrapper expression. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyLeaveUnquotedGets or sets whether the value should be emitted unquoted.  
Public PropertyLiteralValueGets or sets the literal value to use.  
Public PropertyPrecedenceOverridden.   
See Also