Skip to main content
.NET Framework 4.5.2+

ConfirmationDialogClosedEventArgs.DialogResult Property

Gets the dialog box return value.

Namespace: DevExpress.ExpressApp.Win.Core

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public DialogResult DialogResult { get; }

Property Value

Type Description
DialogResult

A DialogResult enumeration value, specifying the user choice made in the dialog box.

See Also