Gets and sets the Control Title

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

Syntax

C#
public string ControlTitle { get; set; }
Visual Basic
Public Property ControlTitle As String
	Get
	Set

Return Value

A String

See Also