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

BaseView.Layout Event

Occurs whenever the current DocumentManager‘s layout is being modified.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

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