MindFusion.UI for WebForms Programmer's Guide

DockWindow.State Property

See Also
 





Gets or sets the docking state of the item.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public DockItemState State { get; set; }

Visual Basic  Copy Code

Public Property State As DockItemState

 Property Value

Type: DockItemState
One of the DockItemState Enumeration values that specifies docking state of the item. Default value is DockItemState.Floating.

 See Also