Version

DataErrorFilterCondition Class Properties

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

Public Properties
 NameDescription
Public PropertyColumnAssociated column. (Inherited from Infragistics.Win.UltraWinGrid.FilterCondition)
Public PropertyCompareValueGets or sets the compare value. Compare value is the value on the right side of the comparision operator. Cell's value will be on the left side. (Inherited from Infragistics.Win.UltraWinGrid.FilterCondition)
Public PropertyComparisionOperatorComparision operator that will be used for comparing compareValue to the column's value (for the row that's being filtered). Note that this class only supports 'Equals' and 'NotEquals'  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertySpecialOperandGets or sets the operand that is used as the compare value. Note that this property delegates to the CompareValue property. (Inherited from Infragistics.Win.UltraWinGrid.FilterCondition)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also