Specifies the state of an item inside a DockControl. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public enum DockItemState |
Visual Basic
![]() |
---|
Public Enumeration DockItemState |
Member name | Value | Description | |
---|---|---|---|
![]() |
Floating |
0 | Indicates that the item is not docked. |
![]() |
Docked |
1 | Indicates that the item is docked to one of the sides. |
![]() |
TabbedDocument |
2 | Indicates that the item is docked in the middle. |
![]() |
Hidden |
3 | Indicates that the item is hidden. |