Gets or sets the 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 Editor { get; set; }
Visual Basic
Public Property Editor As UITypeEditor
	Get
	Set
Visual C++
public:
property UITypeEditor^ Editor {
	UITypeEditor^ get ();
	void set (UITypeEditor^ value);
}
F#
member Editor : UITypeEditor with get, set

Property Value

Type: UITypeEditor
The editor.

See Also