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