Back to Devexpress

ASPxDockPanel.ForbiddenZones Property

aspnet-devexpress-dot-web-dot-aspxdockpanel-0cc894dc.md

latest2.2 KB
Original Source

ASPxDockPanel.ForbiddenZones Property

Provides access to the collection of zones disallowed for the current panel docking.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ForbiddenZoneCollection ForbiddenZones { get; }
vb
Public ReadOnly Property ForbiddenZones As ForbiddenZoneCollection

Property Value

TypeDescription
ForbiddenZoneCollection

A ForbiddenZoneCollection object that is a collection of zones.

|

Remarks

The ForbiddenZones property allows you to specify zones where the particular panel cannot be docked. Use the ForbiddenZones property to access the collection of the current panel’s disallowed zones.

When you drag a panel, zones can be highlighted to show which of them are allowed or disallowed for docking. Use the DockZoneStyles.DockingAllowedStyle and DockZoneStyles.DockingForbiddenStyle properties to specify a zone’s appearance settings.

See Also

DockingAllowedStyle

DockingForbiddenStyle

Panel Overview

Forbidden Zones

Docking

Online Demo: Docking - Forbidden Zones

ASPxDockPanel Class

ASPxDockPanel Members

DevExpress.Web Namespace