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





Gets or sets the possible dock locations inside this control.

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

 Syntax

C#  Copy Code

public DockLocation AllowedDockLocations { get; set; }

Visual Basic  Copy Code

Public Property AllowedDockLocations As DockLocation

 Property Value

Type: DockLocation
One of the DockLocation Enumeration values that specifies the allowed dock locations inside the control. Default value is DockLocation.All.

 See Also

DockWindow Members
DockWindow Class
MindFusion.UI.WebForms Namespace