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

IFileDialogServiceBase.AutoUpgradeEnabled Property

Gets or sets a value indicating whether the dialog box automatically upgrades appearance and behavior.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

bool AutoUpgradeEnabled { get; set; }

Property Value

Type Description
Boolean

true, if the dialog box automatically upgrades appearance and behavior; otherwise, false. The default is true.

Remarks

Note

On Windows XP, this property does not have any effect.

See Also