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

HyperlinkEdit.ShowNavigationUrlToolTip Property

Gets or sets whether to display the navigation URL in the editor’s tooltip. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public bool ShowNavigationUrlToolTip { get; set; }

Property Value

Type Description
Boolean

true, to display the URL in the tooltip; otherwise, false. The default is true.

Remarks

By default, the HyperlinkEdit control displays its HyperlinkEdit.ActualNavigationUrl property value in the tooltip. To display the tooltip defined by the FrameworkElement.ToolTip property, set the ShowNavigationUrlToolTip property to false.

See Also