ASP.NET Pack Programmer's Guide
DockWindow.State Property
See Also
 





Gets or sets the docking state of the item.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 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

DockWindow Members
DockWindow Class
MindFusion.UI.WebForms Namespace