Search
ResourceViewSettings.getLaneSize Method
See Also
 






Gets the size of a single lane.

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

 Syntax

Java  Copy Code

public Integer getLaneSize ()

 Return Value

An integer value specifying the size in pixels of a resource lane. The minimal allowed value is 10.

 Remarks

This property is only used when setViewStyle is set to ResourceViewStyle.Lanes.

 See Also