DotNetNuke 5.2
The PropertyEditorControl control provides a way to display and edit any properties of any Info class

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

Syntax

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

Remarks

Inheritance Hierarchy

See Also