HyperlinkEditRequestNavigationEventArgs.Value Property
Gets the edit value of the HyperlinkEdit that has raised the HyperlinkEdit.RequestNavigation event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Object | An object that is the edit value of the hyperlink editor. |
Remarks
Use the Value property to get the edit value of the hyperlink editor. To get the actual Navigation URL, use the HyperlinkEditRequestNavigationEventArgs.NavigationUrl property.
See Also