DockPanelSettings Class
Contains the DockPanel extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Remarks
To declare the DockPanel in a View, invoke the ExtensionsFactory.DockPanel helper method. This method returns the DockPanel extension that is implemented by the DockPanelExtension class.
To configure the DockPanel extension, pass the DockPanelSettings object to the ExtensionsFactory.DockPanel helper method as a parameter. The DockPanelSettings object contains all the DockPanel extension settings.
Refer to the Docking Overview topic to learn how to add the DockPanel extension to your project.
Inheritance
Object
SettingsBase
PopupControlSettingsBase
DockPanelSettings
See Also