Back to Devexpress

IBaseViewController.ResetLayout() Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-ibaseviewcontroller-5d523e18.md

latest2.1 KB
Original Source

IBaseViewController.ResetLayout() Method

Resets the DocumentManager’s layout to the default state.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
void ResetLayout()
vb
Sub ResetLayout

Remarks

The ResetLayout method performs different actions in different DocumentManager Views.

End-users can reset a layout at runtime if you use a BarDockingMenuItem (ensure the BaseView.AllowResetLayout property is not set to False ):

See Also

AllowResetLayout

LayoutResetting

LayoutReset

IBaseViewController Interface

IBaseViewController Members

DevExpress.XtraBars.Docking2010.Views Namespace