Version

FormulaRow Class Members

The following tables list the members exposed by FormulaRow.

Public Constructors
 NameDescription
Public ConstructorFormulaRow ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyConditionOverridden. Returns the FormulaCondition or its complement.  
Public PropertyDataValueGets/sets the value associated with the condition. (Inherited from Infragistics.Win.SupportDialogs.ConditionalFormatting.ConditionRow)
Public PropertyFormulaGets/sets the formula used by the FormulaCondition.  
Public PropertyFormulaConditionReturns the underlying FormulaCondition associated with the row.  
Public PropertyIsCaseSensitiveGets/sets whether the condition is case-sensitive. (Inherited from Infragistics.Win.SupportDialogs.ConditionalFormatting.ConditionRow)
Public PropertyIsComplementGets/sets whether the condition returned should be a Infragistics.Win.ComplementCondition. (Inherited from Infragistics.Win.SupportDialogs.ConditionalFormatting.ConditionRow)
Public PropertyOperatorGets/sets the Infragistics.Win.ConditionOperator associated with the condition. (Inherited from Infragistics.Win.SupportDialogs.ConditionalFormatting.ConditionRow)
Public Methods
 NameDescription
Public MethodIsValidReturns false for this base class implementation. Wil be overridden in derived classes. (Inherited from Infragistics.Win.SupportDialogs.ConditionalFormatting.ConditionRow)
See Also