MindFusion.UI for WebForms Programmer's Guide

DockItemState Enumeration

See Also
 



Specifies the state of a dock item inside a DockControl.

Namespace: MindFusion.UI.Web
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
DockItemState = {}

 Members

  Member name Description

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.

 See Also