  | DropDownListEditorTLabelWidth Property  | 
  
    Namespace: 
   Dynamicweb.Content.Items.Editors
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[AddInLabelAttribute("Options label width")]
[AddInParameterAttribute("LabelWidth")]
[AddInParameterEditorAttribute(typeof(IntegerNumberParameterEditor), "inputClass=std editor-parameter;allowNegativeValues=false")]
[AddInDescriptionAttribute("Label width")]
public virtual int LabelWidth { get; set; }<AddInLabelAttribute("Options label width")>
<AddInParameterAttribute("LabelWidth")>
<AddInParameterEditorAttribute(GetType(IntegerNumberParameterEditor), "inputClass=std editor-parameter;allowNegativeValues=false")>
<AddInDescriptionAttribute("Label width")>
Public Overridable Property LabelWidth As Integer
	Get
	SetProperty Value
Type: 
Int32
See Also