Skip to main content

HyperlinkEdit.NavigationUrl Property

Gets or sets the URL that should be navigated. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string NavigationUrl { get; set; }

Property Value

Type Description
String

The URL that is should be navigated.

Remarks

The command in the NavigationUrl property can represent any valid command recognized by the system. For instance, the NavigationUrl can specify:

  • a URL to open in the default browser (www.devexpress.com)
  • a mailto: command that activates the default mail client (mailto:noreply@devexpress.com)
  • a path to a file or directory to open (c:\Program Files, \\Server\Public\setup.exe)
See Also