Edit

Share via


IPropertyFilterTarget Interface

Definition

Interface that is used by the host infrastructure for property editing to handle sorting and filtering functionality.

public interface class IPropertyFilterTarget
public interface IPropertyFilterTarget
type IPropertyFilterTarget = interface
Public Interface IPropertyFilterTarget
Derived

Remarks

It is used to determine whether a particular object should be filtered out.

Properties

MatchesFilter

Read-only property that returns true if the PropertyFilter is a match for the object.

Methods

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.

Events

FilterApplied

Declaration of the event raised when a PropertyFilter is changed through a call to ApplyFilter(PropertyFilter).

Applies to