Gets and sets the ModuleControl instance for this Action control

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

Syntax

C#
public IModuleControl ModuleControl { get; set; }
Visual Basic
Public Property ModuleControl As IModuleControl
	Get
	Set

Return Value

An IModuleControl object

Implements

IActionControl..::..ModuleControl

See Also