Search
ListSettings.cellUnits Property
See Also
 






Gets or sets the resolution of the list view.

Namespace: MindFusion.Scheduling
File: ListSettings.js

 Syntax

JavaScript  Copy Code

get cellUnits() {}

 Property Value

TimeUnit. One of the TimeUnit enumeration values.

 Example

The 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