Gets and Sets the Caption Text if no ResourceKey is provided

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

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute("Property")]
public string Caption { get; set; }
Visual Basic
<BrowsableAttribute(true)> 
<DefaultValueAttribute("Property")> 
Public Property Caption As String
	Get
	Set

Field Value

A string representing the Caption

See Also