Skip to main content
A newer version of this page is available. .

ConfirmationDialogClosedEventArgs.DialogResult Property

Gets the dialog box return value.

Namespace: DevExpress.ExpressApp.Win.Core

Assembly: DevExpress.ExpressApp.Win.v19.1.dll

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