Search
Calendar.ItemNoDragCursor Property
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Cursor ItemNoDragCursor { get; set; }

Visual Basic  Copy Code

Public Property ItemNoDragCursor As Cursor

 Property Value

An instance of the .NET Cursor class.

 See Also