Class ActionButtonList
  
  
  
    Inheritance
    
    
    
    
    ActionButtonList
   
  
  
  
  Assembly: DotNetNuke.dll
  
  
    public class ActionButtonList : CompositeControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer, ICompositeControlDesignerAccessor, IActionControl
   
  Constructors
  
  
  
  
  Declaration
  
    public ActionButtonList()
   
  Properties
  
  
  
  
  Declaration
  
    public ActionManager ActionManager { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public string ButtonSeparator { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public string CommandName { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public bool DisplayIcon { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public bool DisplayLink { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public string ImageURL { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    protected ModuleActionCollection ModuleActions { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public IModuleControl ModuleControl { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Declaration
  
    protected virtual void OnAction(ActionEventArgs e)
   
  Parameters
  
  
  
  
  
  Declaration
  
    protected override void OnLoad(EventArgs e)
   
  Parameters
  
  Overrides
  
  Events
  
  
  
  Declaration
  
    public event ActionEventHandler Action
   
  Event Type
  
  Implements
  
  
  
  
  
  
  
  
  
  
  
  
  Extension Methods