ASPxClientSchedulerViewVisibleInterval = _aspxCreateClass(ASPxClientControl, {
 constructor: function(name) {
  this.constructor.prototype.constructor.call(this, name);
  this.schedulerControlId = "";
 }
});

