Enum FieldListPresentationType
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
Represents presentation type for fields of type "list".
public enum FieldListPresentationType
Fields
CheckBoxList = 4
List of checkboxes.
DropDownList = 2
Drop-down list.
MultiSelectList = 3
Multi-select list.
RadioButtonList = 1
List of radio buttons.
TagCloud = 5
List of tags.