Gets or sets the resolution of the view.
Namespace: MindFusion.Scheduling
File: ListSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get cellUnits() {} |
TimeUnit. One of the TimeUnit enumeration values.
ExampleThe following code gets an HTML element with it "cellUnits" and assign the value of the cellUnits property of a listSettings object to it:
JavaScript
Copy Code
|
|---|
| document.getElementById("cellUnits").value = calendar.listSettings.cellUnits; |
See Also