Skip to main content

HyperlinkEditRequestNavigationEventArgs.NavigationUrl Property

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

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 about to be navigated.

See Also