Skip to main content

TabbedView.OrientationChanged Event

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler OrientationChanged

Event Data

The OrientationChanged event's data class is EventArgs.

See Also