Gets the dapfor editors.

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

Syntax

C#
public static IList<UITypeEditor> DapforEditors { get; }
Visual Basic
Public Shared ReadOnly Property DapforEditors As IList(Of UITypeEditor)
	Get
Visual C++
public:
static property IList<UITypeEditor^>^ DapforEditors {
	IList<UITypeEditor^>^ get ();
}
F#
static member DapforEditors : IList<UITypeEditor> with get

Property Value

Type: IList<(Of <(<'UITypeEditor>)>)>
The dapfor editors.

See Also