Xceed DataGrid for Silverlight Documentation
SiblingElementTemplate Property


The data template used to display the dragged elements that are siblings of the main dragged element.
Syntax
'Declaration
 
Public Property SiblingElementTemplate As DataTemplate
'Usage
 
Dim instance As DraggedElementConfiguration
Dim value As DataTemplate
 
instance.SiblingElementTemplate = value
 
value = instance.SiblingElementTemplate
public DataTemplate SiblingElementTemplate {get; set;}
Requirements

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

See Also

Reference

DraggedElementConfiguration Class
DraggedElementConfiguration Members

Send Feedback