DotNetNuke 5.2
ActionButtonList provides a list of buttons for a group of actions of the same type.

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

Syntax

C#
public class ActionButtonList : CompositeControl, 
	IActionControl
Visual Basic (Declaration)
Public Class ActionButtonList _
	Inherits CompositeControl _
	Implements IActionControl
Visual C++
public ref class ActionButtonList : public CompositeControl, 
	IActionControl

Remarks

ActionButtonList inherits from CompositeControl, and implements the IActionControl Interface. It uses a single ActionCommandButton for each Action.

Inheritance Hierarchy

See Also