Class ActionButton
Implements
Inherited Members
Namespace: DotNetNuke.UI.Containers
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 7.0.0. This class has been deprecated in favour of the new ActionCommandButton and ActionButtonList. Scheduled for removal in v11.0.0.")]
public class ActionButton : ActionBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IActionControl
  Constructors
ActionButton()
Declaration
public ActionButton()
  Properties
ButtonSeparator
Declaration
public string ButtonSeparator { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
CommandName
Declaration
public string CommandName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
CssClass
Declaration
public string CssClass { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
DisplayIcon
Declaration
public bool DisplayIcon { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
DisplayLink
Declaration
public bool DisplayLink { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
IconFile
Declaration
public string IconFile { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()