BaseView.Layout Event
In This Article
Occurs whenever the current DocumentManager‘s layout is being modified.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public event EventHandler Layout
#Event Data
The Layout event's data class is EventArgs.
#Remarks
You can reset the default DocumentManager‘s layout via the IBaseViewController.ResetLayout method.
See Also