Gets and sets the width of the Label Column

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

Syntax

C#
[BrowsableAttribute(true)]
public Unit LabelWidth { get; set; }
Visual Basic
<BrowsableAttribute(true)> 
Public Property LabelWidth As Unit
	Get
	Set

Field Value

A Style object

See Also