Represents the control type of product attribute.

Enumeration Members

Checkboxes

A checkbox control type for selecting multiple options.

Datepicker

A date picker control type for selecting a date.

DropdownList

A dropdown list control type for selecting a single option from a list.

FileUpload

A file upload control type for uploading files.

Hidden

A hidden control type for storing values that should not be displayed to the user.

Info

An informational control type for displaying static information.

MultilineTextbox

A multi-line text box control type for entering longer text.

RadioList

A radio button list control type for selecting a single option from multiple choices.

TextBox

A single-line text box control type for entering a short text.