General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
DockZoneExtension Class
Represents an extension object implementing the DockZone functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v19.2.dll
Declaration
public class DockZoneExtension :
ExtensionBase
Public Class DockZoneExtension
Inherits ExtensionBase
Remarks
To declare the DockZone in a View, invoke the ExtensionsFactory.DockZone helper method. This method returns the DockZone extension that is implemented by the DockZoneExtension class.
To configure the DockZone extension, pass the DockZoneSettings object to the ExtensionsFactory.DockZone helper method as a parameter. The DockZoneSettings object contains all the DockZone extension settings.
Refer to the Docking Overview topic to learn how to add the DockZone extension to your project.
Inheritance
Object
ExtensionBase
DockZoneExtension
See Also
Feedback