TypeResolvingOptions.Filter Property

Definition

Gets or sets a filter used to filter types in the TypePresenter control.

public:
 property Func<Type ^, bool> ^ Filter { Func<Type ^, bool> ^ get(); void set(Func<Type ^, bool> ^ value); };
public Func<Type,bool> Filter { get; set; }
member this.Filter : Func<Type, bool> with get, set
Public Property Filter As Func(Of Type, Boolean)

Property Value

The filter for the TypePresenter control.

Applies to