Gets the underlying base control for this ModuleControl

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

Syntax

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

Return Value

A String

Implements

IModuleControl..::..Control

See Also