Xceed DataGrid for Silverlight Documentation
NoDropCursorTemplate Property (DragDropContext)


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

Syntax
'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;}

Property Value

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

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback