Back to Devexpress

MVCxForbiddenZoneCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-885c8cb5.md

latest3.8 KB
Original Source

MVCxForbiddenZoneCollection Class

A collection of zones disallowed from the collection owner panel.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxForbiddenZoneCollection :
    ForbiddenZoneCollection
vb
Public Class MVCxForbiddenZoneCollection
    Inherits 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

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<ForbiddenZoneItem>

ICollection<ForbiddenZoneItem>

IEnumerable<ForbiddenZoneItem>

ICollection<ASPxDockZone>

IEnumerable<ASPxDockZone>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<ForbiddenZoneItem> ForbiddenZoneCollection MVCxForbiddenZoneCollection

See Also

MVCxForbiddenZoneCollection Members

ForbiddenZones

ForbiddenZoneItem

Online Demo: Docking - Forbidden Zones

DevExpress.Web.Mvc Namespace