Gets or sets the filter editor.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public UITypeEditor Filter { get; set; }
Visual Basic
Public Property Filter As UITypeEditor
	Get
	Set
Visual C++
public:
property UITypeEditor^ Filter {
	UITypeEditor^ get ();
	void set (UITypeEditor^ value);
}
F#
member Filter : UITypeEditor with get, set

Property Value

Type: UITypeEditor
The filter.

See Also