Skip to main content
A newer version of this page is available. .

MVCxDockManager.ResetLayoutToInitial() Method

Returns the layout of panels managed by the MVCxDockManager to the initial state.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ResetLayoutToInitial()

Remarks

Use the ResetLayoutToInitial method to reset all panels on the page to the initial (specified in markup) state. The method resets the panel’s allowed dock state (DockPanelSettings.AllowedDockState), owner zone (DockPanelSettings.OwnerZoneUID), size (SettingsBase.Height and SettingsBase.Width), position (PopupControlSettingsBase.Left and PopupControlSettingsBase.Top) etc.

See Also