Search
ResourceLengthMethod Enumeration
See Also
 






Specifies how to calculate the length of the resources in a CalendarView.ResourceView view.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public enum ResourceLengthMethod

 Members

  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.

 See Also