Share via


PropertyContainer.MatchesFilter Property

Gets the value for MatchesFilter stored in the contained PropertyEntry.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property MatchesFilter As Boolean
    Get
public bool MatchesFilter { get; }
public:
property bool MatchesFilter {
    bool get ();
}
member MatchesFilter : bool
function get MatchesFilter () : boolean

Property Value

Type: System.Boolean
The value for MatchesFilter stored in the contained PropertyEntry.

Remarks

If the PropertyEntry is nulla null reference (Nothing in Visual Basic), the value returned is false.

This property can be used to trigger UI changes to the PropertyContainer based on whether the current PropertyEntry matches the current filter or not.

.NET Framework Security

See Also

Reference

PropertyContainer Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture