var instance; // Type: wijmo.input.DatePickersClass; var value; // Type: any value = instance.list;
var list : any;
Contains an array of data items used to populate the dropdown list. The array item can be "string", or a an oject contains two property "label" and "value"; The label property is string, used to display on the dropdown list. The value proeprty is date object, used to assign the value to the wijinputdate widget.
var instance; // Type: wijmo.input.DatePickersClass; var value; // Type: any value = instance.list;
var list : any;