Skip to main content

MVCxDockManager.ResetLayoutToInitial() Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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