Search
Calendar.setItemDragCursor Method
See Also
 






Sets the cursor that is displayed when an item is being dragged.

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

 Syntax

Java  Copy Code

public void setItemDragCursor (
    Cursor value
)

 Parameters

value

One of the Cursor constants.

 See Also