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

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

Syntax

C#
public class ActionButtonList : CompositeControl, 
	IActionControl
Visual Basic
Public Class ActionButtonList
	Inherits CompositeControl
	Implements IActionControl

Remarks

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

Inheritance Hierarchy

See Also