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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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