Bar.DockChanged Event
Occurs after the bar has been docked to another position by an end-user.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The DockChanged event's data class is EventArgs.
Remarks
This event fires after an end-user has dragged and dropped a bar at another position. To get the bar’s current dock position, use the Bar.DockStyle property.
See Also