Skip to main content

HyperlinkEdit.ActualNavigationUrl Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: 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