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

TabbedView.OrientationChanged Event

Fires when the TabbedView.Orientation property’s value is changed.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler OrientationChanged

Event Data

The OrientationChanged event's data class is EventArgs.

See Also