menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DockAbility - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum DockAbility

    Specifies available regions, when docking to a document or dock window.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    [Flags]
    public enum DockAbility

    Fields

    Name Description
    All

    The dragged window can be docked or documented at any side of the container.

    Bottom

    Dock to bottom side of a target dock window or document window

    DockAll

    Dock to any region of dock child

    DockBottom

    Dock to bottom side of a target dock window

    DockLeft

    Dock to left side of a target dock window.

    DockRight

    Dock to right side of a target dock window.

    DockTabbed

    Add as addional tabitem of dock child

    DockTop

    Dock to top side of a target dock window

    DocumentAll

    Dock to any region of dock child and document child

    DocumentBottom

    Dock to bottom side of document window

    DocumentLeft

    Dock to left side of document window.

    DocumentRight

    Dock to right side of document window.

    DocumentTabbed

    Add as addional tabitem of dock child or document child

    DocumentTop

    Dock to top side of document window

    Horizontal

    Left and right side of dock and document child

    Left

    Dock to left side of a target dock window or document window.

    None

    Cannot dock to any region.

    Right

    Dock to right side of a target dock window or document window.

    Tabbed

    Add as addional tabitem of dock child or document child

    Top

    Dock to top side of a target dock window or document window

    Vertical

    Top and bottom side of dock and document child

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved