Search
ResourceViewSettings.setMinResourceLength Method
See Also
 






Sets the minimum length for resources when setResourceLengthMethod is set to ResourceLengthMethod.MinimumFixed.

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

 Syntax

Java  Copy Code

public void setMinResourceLength (
    Integer value
)

 Parameters

value

An integer value, specifying the minimal resource length in pixels. The minimal allowed value is 5. Set to null to use the corresponding value from the current theme.

 See Also