Back to Devexpress

DXFileDialog.DereferenceLinks Property

wpf-devexpress-dot-xpf-dot-dialogs-dot-dxfiledialog-2f8bfc5d.md

latest1.2 KB
Original Source

DXFileDialog.DereferenceLinks Property

Gets or sets whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut (.lnk).

Namespace : DevExpress.Xpf.Dialogs

Assembly : DevExpress.Xpf.Dialogs.v25.2.dll

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

csharp
public bool DereferenceLinks { get; set; }
vb
Public Property DereferenceLinks As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DXFileDialog Class

DXFileDialog Members

DevExpress.Xpf.Dialogs Namespace