Gets the ActionManager instance for this Action control

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

Syntax

C#
public ActionManager ActionManager { get; }
Visual Basic
Public ReadOnly Property ActionManager As ActionManager
	Get

Return Value

An ActionManager object

Implements

IActionControl..::..ActionManager

See Also