The FieldEditorControl control provides a Control to display Profile Properties.

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

Syntax

C#
public class FieldEditorControl : WebControl, 
	INamingContainer
Visual Basic
Public Class FieldEditorControl
	Inherits WebControl
	Implements INamingContainer

Remarks

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      DotNetNuke.UI.WebControls..::..FieldEditorControl

See Also