Back to Devexpress

HyperlinkEdit.NavigationUrl Property

wpf-devexpress-dot-xpf-dot-editors-dot-hyperlinkedit-40831d74.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string NavigationUrl { get; set; }
vb
Public Property NavigationUrl As String

Property Value

TypeDescription
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:[email protected])
  • a path to a file or directory to open (c:\Program Files, \\Server\Public\setup.exe)

See Also

NavigationUrlFormat

NavigationUrlMember

HyperlinkEdit Class

HyperlinkEdit Members

DevExpress.Xpf.Editors Namespace