Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.DragDrop Namespace / DraggedElementConfiguration Class
Members


In This Topic
    DraggedElementConfiguration Class
    In This Topic
    Contains information used to set various properties on a DragContext when it is created.
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class DraggedElementConfiguration 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As DraggedElementConfiguration
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class DraggedElementConfiguration : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             Xceed.Wpf.DragDrop.DraggedElementConfiguration

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DraggedElementConfiguration class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Identifies the CanDropCursor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the CanDropCursorTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DisplaySiblingElements dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ElementFadeInDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ElementFadeOutDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ElementTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the NoDropCursor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the NoDropCursorTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PositionAdornerRelativeToElement dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SiblingElementTemplate dependency property.  
    Top
    Public Properties
     NameDescription
    Public Property  
    Public PropertyGets or sets the cursor used to show that a drop operation can be performed.  
    Public PropertyGets or sets the data template used to display the CanDropCursor.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets a value that determines whether dragged elements that are siblings of the main element being dragged will be displayed.  
    Public PropertyGets or sets the duration of the dragged element's fade-in animation.  
    Public PropertyGets or sets the duration of the dragged element's fade-out animation.  
    Public PropertyGets or sets the data template used to display the dragged element.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the cursor used to show that a drop operation cannot be performed.  
    Public Property  
    Public PropertyGets or sets a value that determines whether the adorner is positioned relative to the dragged element.  
    Public PropertyThe data template used to display the dragged elements that are siblings of the main dragged element.  
    Top
    Public Methods
    Protected Methods
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also