Xceed DataGrid for Silverlight Documentation
DisplaySiblingElements Property


Gets a value that determines whether dragged elements that are siblings of the main element being dragged will be displayed.
Syntax
'Declaration
 
Public Property DisplaySiblingElements As Boolean
'Usage
 
Dim instance As DraggedElementConfiguration
Dim value As Boolean
 
instance.DisplaySiblingElements = value
 
value = instance.DisplaySiblingElements
public bool DisplaySiblingElements {get; set;}

Property Value

true if dragged elements that are siblings of the main element being dragged will be displayed; false otherwise. By default, true.
Requirements

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

See Also

Reference

DraggedElementConfiguration Class
DraggedElementConfiguration Members

Send Feedback