Back to Devexpress

DialogParameters.DereferenceLinks Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-f5b414cb.md

latest1.4 KB
Original Source

DialogParameters.DereferenceLinks Property

Gets or sets whether the dialog returns the location of the file referenced by a shortcut or whether it returns the shortcut’s location.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to return the location of the file referenced by a shortcut; false to return the shortcut’s location.

|

Remarks

Refer to the following help topic for more information: DereferenceLinks.

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace