BaseSpinEdit.ClosePopup() Method
For internal use.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.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 BaseSpinEdit descendants re-expose ClosePopup in the IDE.
See Also