Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseSpinEdit.ClosePopup() Method

In This Article

Saves the current value and closes the pop-up associated with the BaseSpinEdit-derived control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override void ClosePopup()

#Remarks

This method is overridden to hide it in the Visual Studio IDE editor. Specific descendants of the BaseSpinEdit class make the ClosePopup method visible in the IDE editor again.

For more information on the ClosePopup method behavior, see the PopupBaseEdit.ClosePopup topic in the base class.

See Also