MindFusion.UI for WebForms Programmer's Guide

DockWindow.AllowedDockLocations Property

See Also
 





Gets or sets the possible dock locations inside this control.

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

 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