DotNetNuke 5.2
The DNNListEditControl control provides a standard UI component for selecting from Lists

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

Syntax

C#
public class DNNListEditControl : EditControl, 
	IPostBackEventHandler
Visual Basic (Declaration)
Public Class DNNListEditControl _
	Inherits EditControl _
	Implements IPostBackEventHandler
Visual C++
public ref class DNNListEditControl : public EditControl, 
	IPostBackEventHandler

Inheritance Hierarchy

See Also