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

ShowingDockHintsEventArgs.Hide(DockGuide) Method

Hides the DockGuide item.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public void Hide(
    DockGuide hint
)

Parameters

Name Type Description
hint DockGuide

The DockGuide item that should be hidden.

See Also