Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Controls Namespace / DropAreaType Enumeration


In This Topic
    DropAreaType Enumeration
    In This Topic
    Indicates the type of a drop area.
    Syntax
    'Declaration
     
    Public Enum DropAreaType 
       Inherits System.Enum
    'Usage
     
    Dim instance As DropAreaType
    public enum DropAreaType : System.Enum 
    Members
    MemberDescription
    AnchorablePaneThe drop area is an anchorable pane.
    DockingManagerThe drop area is the docking manager.
    DocumentPaneThe drop area is a document pane.
    DocumentPaneGroupThe drop area is a document pane group.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.AvalonDock.Controls.DropAreaType

    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