Skip to main content

IFileDialogServiceBase.AutoUpgradeEnabled Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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