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

DockPanel.ShowSliding() Method

Shows the auto-hidden dock panel using a sliding animation effect.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void ShowSliding()

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