Xceed DataGrid for Silverlight Documentation
CanDropCursorTemplate Property (DragDropContext)


Gets or sets the data tempate used to display the CanDropCursor.

Syntax
'Declaration
 
Public Property CanDropCursorTemplate As DataTemplate
'Usage
 
Dim instance As DragDropContext
Dim value As DataTemplate
 
instance.CanDropCursorTemplate = value
 
value = instance.CanDropCursorTemplate
public DataTemplate CanDropCursorTemplate {get; set;}

Property Value

The DataTemplate used to display the CanDropCursor 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