Default value: null
A dataview object to bind to events data
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijevcal("option", "dataSource"); // Set value var newValue; // Type: object $(".selector").wijevcal("option", "dataSource", newValue); });
var dataSource : object;
var dv = $.wijmo.wijdataview({....}); $("#eventscalendar").wijevcal({ dataSource: dv })
options type wijevcal jQuery Widget