dropDownOptionsList property

List<CustomTableDropDownModel> dropDownOptionsList
getter/setter pair

dropDownOptionsList is a List of CustomTableDropDownModel. This is required when the field or cell is dropdown type.

Implementation

List<CustomTableDropDownModel> dropDownOptionsList;