Gets 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; }
Visual Basic
Public ReadOnly Property Editor As UITypeEditor
	Get
Visual C++
public:
property UITypeEditor^ Editor {
	UITypeEditor^ get ();
}
F#
member Editor : UITypeEditor with get

Property Value

Type: UITypeEditor
The editor.

See Also