| CheckboxListEditorTAllowOptionsSorting Property |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [AddInLabelAttribute("Allow options sorting")]
[AddInParameterAttribute("SortableOptions")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "inputClass=std editor-parameter;")]
public virtual bool AllowOptionsSorting { get; set; }
<AddInLabelAttribute("Allow options sorting")>
<AddInParameterAttribute("SortableOptions")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "inputClass=std editor-parameter;")>
Public Overridable Property AllowOptionsSorting As Boolean
Get
Set
Property Value
Type:
BooleanSee Also