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. |