DotNetNuke 5.2
The FieldEditorControl control provides a Control to display Profile Properties.

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

Syntax

C#
public class FieldEditorControl : WebControl, 
	INamingContainer
Visual Basic (Declaration)
Public Class FieldEditorControl _
	Inherits WebControl _
	Implements INamingContainer
Visual C++
public ref class FieldEditorControl : public WebControl, 
	INamingContainer

Remarks

Inheritance Hierarchy

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

See Also