WindowsUIButtonPanel.HidePeekForm() Method
In This Article
Hides the opened Peek Form.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
The HidePeekForm method closes the opened Peek Form. To show the Peek Form, call the WindowsUIButtonPanel.ShowPeekForm method.
See Also