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

HyperlinkEdit.ActualNavigationUrl Property

Gets the HyperlinkEdit‘s Navigation URL. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

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

Declaration

public string ActualNavigationUrl { get; protected set; }

Property Value

Type Description
String

A String value that is the HyperlinkEdit‘s Navigation URL

Remarks

The ActualNavigationUrl property value is the actual URL that the HyperlinkEdit control navigates.

The ActualNavigationUrl is set automatically based on the BaseEdit.EditValue and HyperlinkEdit.NavigationUrlFormat property values.

See Also