Defines properties that allow customization of the appearance of a List view.
Namespace: MindFusion.Scheduling
Assembly: ListSettings.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksYou use the listSettings property of a calendar when the currentView is CalendarView.List.
ExampleThe following code creates a calendar with a list view. The code assumes you have initialized a <div> element with id "datePicker" in a web page that references the JavaScript file which contains this code.
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; var datePicker = new p.Calendar(document.getElementById("datePicker")); this.calendar.listSettings.orientation = p.Orientation.Vertical; |
Inheritance HierarchyMindFusion.Scheduling.ListSettings
See Also