Version

FilteringDataContext Class Members

The following tables list the members exposed by FilteringDataContext.

Public Constructors
 NameDescription
Public ConstructorFilteringDataContext ConstructorInitializes a new instance of the FilteringDataContext class.  
Public Properties
 NameDescription
Public PropertyColumnKeyGets the key of the column that that this DataContext is associated with.  
Public PropertyRowDataGets the row data that is associated with this object.  
Public PropertyValueGets / sets the resolved FilterCellValue for this binding.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedInvoked when a property changes on the FilteringDataContext object.  
Protected MethodOnValueChangedMethod 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.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property changes on the FilteringDataContext.  
See Also