Click or drag to resize
OptionCategorySelectionTypeEnum Enumeration
Type of control to select product options.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public enum OptionCategorySelectionTypeEnum
Members
  Member nameValueDescription
Dropdownlist0 DropDownList.
RadioButtonsVertical1 RadioButtons in vertical layout.
RadioButtonsHorizontal2 RadioButtons in horizontal layout.
CheckBoxesVertical3 Checkboxes in vertical layout.
CheckBoxesHorizontal4 Checkboxes in horizontal layout.
TextBox5 Text box.
TextArea6 Text area.
FormControl7 Form control
See Also