Gets and sets the CustomEditors that are used by this control
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public Hashtable CustomEditors { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(false)> Public Property CustomEditors As Hashtable Get Set |