Version

ComboItemFilter Class Members

The following tables list the members exposed by ComboItemFilter.

Public Constructors
 NameDescription
Public ConstructorComboItemFilter ConstructorInitializes a new instance of the ComboItemFilter class.  
Public Properties
 NameDescription
Public PropertyConditionsGets the collection of filter conditions which will be applied to this column  
Public PropertyFieldNameGets or sets the field name of the property that is being filtered on.  
Public PropertyFieldTypeGets or sets the Type of the FieldName property.  
Public PropertyLogicalOperatorGets or sets the logical operator that will be used to combine all conditions from the Conditions property.  
Public PropertyObjectTypeGets or sets the Type of the object that is being processed.  
Public PropertyObjectTypedInfoThe Type of the object along with any PropertyDescriptors.  
Protected Properties
 NameDescription
Protected Internal PropertyFieldGets/Sets the DataField associated with the ItemsFilter.  
Public Methods
 NameDescription
Public MethodDisposeOverloaded. Releases the unmanaged resources used by the Infragistics.Collections.CollectionBase`1 and optionally releases the managed resources.  
Public MethodGetCurrentExpressionOverloaded. Generates the current expression for this ComboItemFilter.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedRaises the PropertyChanged event on this object.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property changes on the ComboItemFilter.  
See Also