TabbedView.OrientationChanged Event
In This Article
Fires when the TabbedView.Orientation property’s value is changed.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public event EventHandler OrientationChanged
#Event Data
The OrientationChanged event's data class is EventArgs.
See Also