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