Skip to main content
.NET 6.0+

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