Skip to main content
All docs
V25.1
  • ShowingDockHintsEventArgs.Hide(DockHint) Method

    Hides the DockHint item.

    Namespace: DevExpress.Xpf.Docking.Base

    Assembly: DevExpress.Xpf.Docking.v25.1.dll

    NuGet Package: DevExpress.Wpf.Docking

    Declaration

    [Browsable(false)]
    public void Hide(
        DockHint hint
    )

    Parameters

    Name Type Description
    hint DockHint

    The DockHint item that should be hidden.

    See Also