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

XtraInputBoxArgs Class

Exposes properties that customize a related XtraInputBox dialog.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public class XtraInputBoxArgs :
    XtraDialogArgs

Remarks

Instances of the XtraInputBoxArgs class are accepted by the corresponding XtraInputBox.Show method overload. See Input Box to learn more.

Input Box - Collage

Inheritance

Object
DevExpress.XtraEditors.XtraBaseArgs
DevExpress.XtraEditors.XtraDialogArgs
XtraInputBoxArgs
See Also