Skip to main content
A newer version of this page is available. .

MVCxForbiddenZoneCollection Class

A collection of zones disallowed from the collection owner panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxForbiddenZoneCollection :
    ForbiddenZoneCollection

The following members return MVCxForbiddenZoneCollection objects:

Remarks

Each dock panel allows you to specify zones where the particular panel cannot be docked. Within dock panel, the zones are denoted by ForbiddenZoneItem objects, held within a collection, which is an instance of the MVCxForbiddenZoneCollection class, and can be accessed via the ForbiddenZones property. The properties and methods exposed by the MVCxForbiddenZoneCollection class can be used to perform collection operations, such as adding new or deleting existing items. An individual zone item can be accessed using indexer notation.

Implements

Show 12 items
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
See Also