Specifies the state of a DockItem inside a DockControl.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum DockItemState |
Visual Basic
![]() |
---|
Public Enum DockItemState |
Member name | Description | |
---|---|---|
![]() |
AutoHide |
Indicates that the item is auto-hidden to the side and will show automatically when hovered over with the mouse. |
![]() |
Docked |
Indicates that the item is docked to one of the sides. |
![]() |
Floating |
Indicates that the item is not docked. |
![]() |
Hide |
Indicates that the item is hidden. |
![]() |
TabbedDocument |
Indicates that the item is docked in the middle. |