Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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