lv_dropdown_get_options() function
Get the options of a drop-down list
Syntax
const char * lv_dropdown_get_options(const lv_obj_t * obj); Arguments
obj
pointer to drop-down list object
Return value
the options separated by '\n'-s (E.g. "Option1\nOption2\nOption3")