Skip to main content

WindowsUIButtonPanel.HidePeekForm() Method

Hides the opened Peek Form.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void HidePeekForm()

Remarks

The HidePeekForm method closes the opened Peek Form. To show the Peek Form, call the WindowsUIButtonPanel.ShowPeekForm method.

See Also