menu

WPF

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

    Show / Hide Table of Contents

    Enum DockState

    Specifies the state of the control is Dock, Float, Hidden, AutoHidden, or Document.

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

    Fields

    Name Description
    AutoHidden

    Control is hidden and will show if mouse move under tab.

    Dock

    Control is docked to the docking manager's surface.

    Document

    Control is tabbed or MDI document.

    Float

    Control is not docked to the docking manager's surface.

    Hidden

    Control is not visible at all.

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