IPropertyFilterTarget Interface
.NET Framework (current version)
Interface that is used by the host infrastructure for property editing to handle sorting and filtering functionality.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | MatchesFilter | Read-only property that returns true if the PropertyFilter is a match for the object. |
| Name | Description | |
|---|---|---|
![]() | ApplyFilter(PropertyFilter^) | Used to set a new PropertyFilter on the IPropertyFilterTarget. |
![]() | MatchesPredicate(PropertyFilterPredicate^) | Used to determine whether this IPropertyFilterTarget is a match for a particular PropertyFilterPredicate. |
| Name | Description | |
|---|---|---|
![]() | FilterApplied | Declaration of the event raised when a PropertyFilter is changed through a call to ApplyFilter. |
It is used to determine whether a particular object should be filtered out.
.NET Framework
Available since 4.0
Available since 4.0
Show:


