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

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.v20.2.dll

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

Declaration

public object Value { get; }

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