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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public event EventHandler OrientationChanged

Event Data

The OrientationChanged event's data class is EventArgs.

See Also