DropDown - Items Property

Collection of items in the list

Member of DropDown (PRIM_MD.Dropdown)

Data Type - PRIM_MD.DropdownItems - Collection of items in the dropdown

Details

Collection of all items parented to the item.
 
Items are in the order they appear on the screen.

Example

Iterating over the selected items in a list item
For each(#Item) In(#Item.Items)
 
   Continue (*Not #Item.Selected)
 
   * User processing here
 
Endfor

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2