Skip to main content

ConfirmationDialogClosedEventArgs.DialogResult Property

Gets the dialog box return value.

Namespace: DevExpress.ExpressApp.Win.Core

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

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

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