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

Declaration

public string NavigationUrl { get; set; }

Property Value

Type Description
String

The URL that is about to be navigated.

See Also