FormFieldOptions.md•687 B
## Package: dw.web
# Class FormFieldOptions
## Inheritance Hierarchy
- Object
- dw.web.FormFieldOptions
## Description
The class represents the list of options for a field. The class supports an index style access to the options, e.g. myfield.options[2] or myfield.options.red.
## Properties
### optionsCount
**Type:** Number (Read Only)
The number of option values.
## Constructor Summary
## Method Summary
### getOptionsCount
**Signature:** `getOptionsCount() : Number`
Returns the number of option values.
## Method Detail
## Method Details
### getOptionsCount
**Signature:** `getOptionsCount() : Number`
**Description:** Returns the number of option values.
---