Specifies the state of an item inside a DockControl.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public enum DockItemState |
Visual Basic
![]() |
---|
Public Enum 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. |