Version

CustomFilterDialogFilteringDataContext Class Members

The following tables list the members exposed by CustomFilterDialogFilteringDataContext.

Public Constructors
 NameDescription
Public ConstructorCustomFilterDialogFilteringDataContext ConstructorInitializes a new instance of the CustomFilterDialogFilteringDataContext class.  
Public Properties
 NameDescription
Public PropertyColumnKeyGets the key of the column that that this DataContext is associated with. (Inherited from Infragistics.FilteringDataContext)
Public PropertyRowDataGets the row data that is associated with this object. (Inherited from Infragistics.FilteringDataContext)
Public PropertyValueGets / sets the resolved FilterCellValue for this binding. (Inherited from Infragistics.FilteringDataContext)
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedInvoked when a property changes on the Infragistics.FilteringDataContext object. (Inherited from Infragistics.FilteringDataContext)
Protected MethodOnValueChangedOverridden. Method called when the value is modified so that the underlying object can be updated as well.  
Protected MethodSetValueSilentSets the Value property without raising the ValueChanged. (Inherited from Infragistics.FilteringDataContext)
Public Events
 NameDescription
Public EventPropertyChangedFired when a property changes on the Infragistics.FilteringDataContext. (Inherited from Infragistics.FilteringDataContext)
See Also