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.v24.1.dll
NuGet Package: DevExpress.Wpf.Dialogs
Declaration
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