MVCxForbiddenZoneCollection Class
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public class MVCxForbiddenZoneCollection :
ForbiddenZoneCollection
Public Class MVCxForbiddenZoneCollection
Inherits ForbiddenZoneCollection
Related API Members
The following members accept/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
Inheritance
See Also
Feedback