Skip to main content

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.v23.2.dll

NuGet Package: 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