StringValue is the value of the control expressed as a String

Namespace: DotNetNuke.UI.Skins.Controls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected override string StringValue { get; set; }
Visual Basic
Protected Overrides Property StringValue As String
	Get
	Set

Field Value

A string representing the Value

See Also