Gets and sets the CustomEditors that are used by this control

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[BrowsableAttribute(false)]
public Hashtable CustomEditors { get; set; }
Visual Basic
<BrowsableAttribute(false)> 
Public Property CustomEditors As Hashtable
	Get
	Set

Field Value

The CustomEditors object

See Also