Back to Devexpress

XtraInputBoxArgs.Buttons Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrainputboxargs-3e1015dc.md

latest1.4 KB
Original Source

XtraInputBoxArgs.Buttons Property

This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the Buttons property instead to choose input box buttons.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public DialogResult[] Buttons { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Buttons As DialogResult()

Property Value

TypeDescription
DialogResult[]

|

Remarks

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

See Also

XtraInputBoxArgs Class

XtraInputBoxArgs Members

DevExpress.XtraEditors Namespace