BaseSpinEdit.CancelPopup() Method
Closes the pop-up associated with the current BaseSpinEdit-derived control without saving the current value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override void CancelPopup()
Remarks
This method is overridden to hide it in the Visual Studio IDE editor. Specific descendants of the BaseSpinEdit class make the CancelPopup method visible in the IDE editor again.
For more information on the CancelPopup method behavior, see the PopupBaseEdit.CancelPopup topic in the base class.
See Also