Xceed Ultimate ListBox for Silverlight Documentation
NoDropCursorTemplate Property (DragDropContext)


Gets or sets the data template used to display the NoDropCursor.

Syntax
Public Property NoDropCursorTemplate As DataTemplate
Dim instance As DragDropContext
Dim value As DataTemplate
 
instance.NoDropCursorTemplate = value
 
value = instance.NoDropCursorTemplate
public DataTemplate NoDropCursorTemplate {get; set;}

Property Value

The DataTemplate used to display the NoDropCursor when it is set to DragDropCursor.Custom.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback