Click or drag to resize

FormDropDownData Properties

The FormDropDownData type exposes the following members.

Properties
 NameDescription
Public propertyDefaultItemIndex Gets or sets the zero-based index of the default entry for the parent drop-down list form field.
Public propertyCode exampleItems Gets the list entry items within the parent drop-down list form field.
Public propertyCode exampleSelectedItemIndex Gets or sets the zero-based index of the currently selected entry for the parent drop-down list form field or if selected entry is not explicitly set.
Public propertyCode exampleValue Gets the currently selected entry for the parent drop-down list form field if selected entry is explicitly set; otherwise, .
Public propertyValueOrDefault Gets the currently selected entry for the parent drop-down list form field if selected entry is explicitly set; otherwise, default entry.
Top
See Also