Gets and sets the Action Control that is connected to this ActionManager instance

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

Syntax

C#
public IActionControl ActionControl { get; set; }
Visual Basic
Public Property ActionControl As IActionControl
	Get
	Set

Return Value

An IActionControl object

See Also