Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

XtraInputBoxArgs Class

Exposes properties that customize a related XtraInputBox dialog.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

NuGet Package: DevExpress.Win.Navigation

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