Search
Calendar.setItemNoDragCursor Method
See Also
 






Sets the cursor that is displayed when an item is dragged over a location that cannot contain items.

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

 Syntax

Java  Copy Code

public void setItemNoDragCursor (
    Cursor value
)

 Parameters

value

One of the Cursor constants.

 See Also