Search
ListViewSettings.getSnapUnit Method
See Also
 






Gets the snap unit.

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

 Syntax

Java  Copy Code

public TimeUnit getSnapUnit ()

 Return Value

One of the TimeUnit constants.

 Remarks

Use this property in a conjunction with setEnableSnapping to specify the precision with which users can move and resize items interactively. If setEnableSnapping is set to false the value of this property is ignored and items snap to cell borders.

 See Also