Specifies the state of an item inside a DockControl.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public enum DockItemState
Public Enumeration DockItemState
Floating
Indicates that the item is not docked.
Docked
Indicates that the item is docked to one of the sides.
TabbedDocument
Indicates that the item is docked in the middle.
Hidden
Indicates that the item is hidden.
MindFusion.UI.Web Namespace