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