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.v24.1.dll
NuGet Package: DevExpress.Wpf.Dialogs
Declaration
Property Value
Type | Description |
---|---|
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