Gets and sets the width of the Edit Control Column

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

Syntax

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

Field Value

A Style object

See Also