Gets the HyperlinkEdit's Navigation URL. This is a dependency property.
public string ActualNavigationUrl { get; }
Public ReadOnly Property ActualNavigationUrl As String
The ActualNavigationUrl property value is the actual URL that the HyperlinkEdit control navigates.
The ActualNavigationUrl is set automatically based on the BaseEdit.EditValue and NavigationUrlFormat property values.