XtraMessageBoxEventArgs.DialogResult Property
Gets or sets the DialogResult value that corresponds to the button the user chose in an XtraMessageBox.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DialogResult | A DialogResult enum value that is a button the user chose in an XtraMmessageBox. |
See Also