Specifies how to calculate the length of the resources in a CalendarView.ResourceView view.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public enum ResourceLengthMethod |
Member name | Description | |
---|---|---|
Exact |
The length of the resources depends on the time span they occupy. |
|
MinimumAuto |
The length of the resources is at least big enough to fit their contents. |
|
MinimumFixed |
The length of the resources is not less than a specified predefined value. |
JPlanner Programmer's Guide | © 2023 MindFusion |