Skip to main content

IFileDialogServiceBase.DereferenceLinks Property

Gets or sets a value indicating whether the dialog box returns the location of the file referenced by the shortcut or it returns the location of the shortcut.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

Property Value

Type Description
Boolean

true, if the dialog box returns the location of the file referenced by the shortcut; otherwise, false. The default is true.

See Also