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

NotSupportedOsVersionEventArgs.Handled Property

Gets or sets whether a file dialog fallback is handled and no default processing is required.

Namespace: DevExpress.Xpf.Dialogs

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

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

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true, if a file dialog fallback is handled; otherwise, false.

Remarks

Set the Handled property to true to indicate that the file dialog fallback is handled and no default processing is required.

See Also