Share via


PropertyFilterAppliedEventArgs.Filter Property

Gets the PropertyFilter that was applied.

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

Syntax

'Declaration
Public ReadOnly Property Filter As PropertyFilter
    Get
public PropertyFilter Filter { get; }
public:
property PropertyFilter^ Filter {
    PropertyFilter^ get ();
}
member Filter : PropertyFilter
function get Filter () : PropertyFilter

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
A PropertyFilter that was applied.

.NET Framework Security

See Also

Reference

PropertyFilterAppliedEventArgs Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture