HyperlinkEdit.ActualNavigationUrl Property
Gets the HyperlinkEdit‘s Navigation URL. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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