Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ConditionRow Class Members
The following tables list the members exposed by ConditionRow.
Public Properties
| Name | Description |
![Public Property](dotnetimages/publicProperty.gif) | Condition | Returns the Infragistics.Win.ICondition associated with the row. |
![Public Property](dotnetimages/publicProperty.gif) | DataValue | Gets/sets the value associated with the condition. |
![Public Property](dotnetimages/publicProperty.gif) | IsCaseSensitive | Gets/sets whether the condition is case-sensitive. |
![Public Property](dotnetimages/publicProperty.gif) | IsComplement | Gets/sets whether the condition returned should be a Infragistics.Win.ComplementCondition. |
![Public Property](dotnetimages/publicProperty.gif) | Operator | Gets/sets the Infragistics.Win.ConditionOperator associated with the condition. |
Public Methods
| Name | Description |
![Public Method](dotnetimages/publicMethod.gif) | IsValid | Returns false for this base class implementation. Wil be overridden in derived classes. |
See Also