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

XtraInputBoxArgs.Buttons Property

Gets or sets the buttons to be displayed in the dialog box.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public DialogResult[] Buttons { get; set; }

Property Value

Type Description
DialogResult[]

An array of the DialogResult enumeration values representing buttons to be displayed in the dialog box.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also