DockPanel.ShowSliding() Method
Shows the auto-hidden dock panel using a sliding animation effect.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The auto hide functionality needs to be enabled for the ShowSliding method to have an effect. Otherwise, the ShowSliding method does nothing. To show a DockPanel immediately, without a sliding animation effect, use the DockPanel.Show method instead.
The ShowSliding method is the opposite of DockPanel.HideSliding method.
See Also