Class EditControlFactory
The EditControlFactory control provides a factory for creating the appropriate Edit Control.
Inheritance
System.Object
EditControlFactory
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class EditControlFactory : object
Methods
| Improve this Doc View SourceCreateEditControl(EditorInfo)
CreateEditControl creates the appropriate Control based on the EditorField or TypeDataField.
Declaration
public static EditControl CreateEditControl(EditorInfo editorInfo)
Parameters
Type | Name | Description |
---|---|---|
EditorInfo | editorInfo | An EditorInfo object. |
Returns
Type | Description |
---|---|
EditControl | A new EditControl instance. |