Xceed DataGrid for Silverlight Documentation
Configuration Property (DragDropContext)


Gets the configuration information used to create this DragDropContext.

Syntax
'Declaration
 
Public ReadOnly Property Configuration As DraggedElementConfiguration
'Usage
 
Dim instance As DragDropContext
Dim value As DraggedElementConfiguration
 
instance.Configuration = value
 
value = instance.Configuration
public DraggedElementConfiguration Configuration {get;}

Property Value

A DraggedElementConfiguration containing information used to set various aspects of the DragContext.

Requirements

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

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback