NotSupportedOsVersionEventArgs.Dialog Property
In This Article
Gets the DevExpress file dialog that cannot be run under Windows versions before Vista.
Namespace: DevExpress.Xpf.Dialogs
Assembly: DevExpress.Xpf.Dialogs.v24.2.dll
NuGet Package: DevExpress.Wpf.Dialogs
#Declaration
public DXCommonDialog Dialog { get; }
#Property Value
Type | Description |
---|---|
DXCommon |
The DevExpress file dialog that cannot be run under Windows versions before Vista. |
See Also