Specifies the state of a dock item inside a DockControl. Namespace: MindFusion.UI.Web
|
JavaScript
![]() |
---|
// enum |
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. |