Back to Devexpress

DropDownButton.HideDropDown() Method

windowsforms-devexpress-dot-xtraeditors-dot-dropdownbutton-622bc251.md

latest1.2 KB
Original Source

DropDownButton.HideDropDown() Method

Hides the opened popup control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void HideDropDown()
vb
Public Sub HideDropDown

Remarks

To open the popup control in code, see the DropDownButton.ShowDropDown method.

See Also

HideDropDown()

IsOpened

ShowDropDown()

DropDownButton Class

DropDownButton Members

DevExpress.XtraEditors Namespace