menu

UWP

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

    Show / Hide Table of Contents

    Class DockState

    Specifies the control state.

    Inheritance
    System.Object
    DockState
    Namespace: Syncfusion.UI.Xaml.Controls.Layout
    Assembly: Syncfusion.SfDockingManager.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public sealed class DockState : Enum

    Fields

    AutoHidden

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

    Declaration
    public const DockState AutoHidden
    Field Value
    Type
    DockState

    Dock

    Control is docked to the docking manager's surface.

    Declaration
    public const DockState Dock
    Field Value
    Type
    DockState

    Document

    Control is tabbed or MDI document.

    Declaration
    public const DockState Document
    Field Value
    Type
    DockState

    Float

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

    Declaration
    public const DockState Float
    Field Value
    Type
    DockState

    Hidden

    Control is not visible at all.

    Declaration
    public const DockState Hidden
    Field Value
    Type
    DockState

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved