aspnetmvc-devexpress-dot-web-dot-mvc-885c8cb5.md
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
public class MVCxForbiddenZoneCollection :
ForbiddenZoneCollection
Public Class MVCxForbiddenZoneCollection
Inherits ForbiddenZoneCollection
The following members return MVCxForbiddenZoneCollection objects:
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.
Show 12 items
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
ICollection<ForbiddenZoneItem>
IEnumerable<ForbiddenZoneItem>
Object StateManagedCollectionBase Collection Collection<ForbiddenZoneItem> ForbiddenZoneCollection MVCxForbiddenZoneCollection
See Also
MVCxForbiddenZoneCollection Members