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

NotSupportedOsVersionEventArgs.DialogResult Property

Returns a result of a fallback dialog, which was launched instead of the DevExpress file dialog.

Namespace: DevExpress.Xpf.Dialogs

Assembly: DevExpress.Xpf.Dialogs.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dialogs, DevExpress.Wpf.Dialogs

Declaration

public bool DialogResult { get; set; }

Property Value

Type Description
Boolean

A result of a fallback dialog.

See Also