Wijmo UI for the Web
calendar Field
wijmo.input Namespace > DatePickersClass Interface : calendar Field

Type: wijmo.input.ICalendar

Determines the settings of the calendar. If this property's value is null, the calendar doesn't show. But if there is no picker show, then the calendar will still show.

Syntax
var instance; // Type: wijmo.input.DatePickersClass;
var value; // Type: ICalendar
value = instance.calendar;
var calendar : ICalendar;
See Also

Reference

DatePickersClass Interface