Skip to main content
A newer version of this page is available. .

HyperlinkEditRequestNavigationEventArgs.NavigationUrl Property

Gets or sets the URL that is about to be navigated.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string NavigationUrl { get; set; }

Property Value

Type Description
String

The URL that is about to be navigated.

See Also