Specifies the state of a dock item inside a DockControl.
Namespace: MindFusion.UI.WebAssembly: Enum.js
// enumDockItemState = {}
Docked
Value: 1. Indicates that the item is docked to one of the sides.
Floating
Value: 0. Indicates that the item is not docked.
Hidden
Value: 3. Indicates that the item is hidden.
TabbedDocument
Value: 2. Indicates that the item is docked in the middle.
MindFusion.UI.Web Namespace