DotNetNuke 5.2
Assembly: DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275
ActionButtonList provides a list of buttons for a group of actions of the same type.
Namespace:
DotNetNuke.UI.ContainersAssembly: 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
System..::.Object
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.CompositeControl
DotNetNuke.UI.Containers..::.ActionButtonList
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.CompositeControl
DotNetNuke.UI.Containers..::.ActionButtonList