Skip to main content
A newer version of this page is available. .

XtraInputBox Class

A skinable dialog with one editor (a TextEdit by default) and OK/Cancel buttons to accept or reject the current value of this editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public static class XtraInputBox

Remarks

Call the required XtraInputBox.Show method overload to create, customize and show an Input Box dialog. See Input Box to learn more.

Input Box - Collage

Inheritance

Object
XtraInputBox
See Also