Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.DragDrop Namespace > DragDropContext Class : NoDropCursorTemplate Property |
Gets or sets the data template used to display the NoDropCursor.
'Declaration Public Property NoDropCursorTemplate As DataTemplate
'Usage Dim instance As DragDropContext Dim value As DataTemplate instance.NoDropCursorTemplate = value value = instance.NoDropCursorTemplate
public DataTemplate NoDropCursorTemplate {get; set;}
The DataTemplate used to display the NoDropCursor when it is set to DragDropCursor.Custom.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family