menu

WPF

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

    Show / Hide Table of Contents

    Enum DockSide

    Specifies whether the control is docked to it's container in Left, Top, Right,Bottom, Tabbed, or none.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public enum DockSide

    Fields

    Name Description
    Bottom

    Control is docked to the bottom side of it's container.

    Left

    Control is docked to the left side of it's container.

    None

    Control is not docked.

    Right

    Control is docked to the top side of it's container.

    Tabbed

    Control is docked as a tab page of it's container.

    Top

    Control is docked to the right side of it's container.

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