Back to Devexpress

DockZoneSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-f8f771ec.md

latest2.0 KB
Original Source

DockZoneSettings Class

Contains the DockZone extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class DockZoneSettings :
    SettingsBase
vb
Public Class DockZoneSettings
    Inherits SettingsBase

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 SettingsBase DockZoneSettings

See Also

DockZoneSettings Members

Docking

DockZoneExtension

DevExpress.Web.Mvc Namespace