Back to Devexpress

BaseEdit.ShowErrorToolTip Property

wpf-devexpress-dot-xpf-dot-editors-dot-baseedit-ad93c135.md

latest1.5 KB
Original Source

BaseEdit.ShowErrorToolTip Property

Gets or sets whether to display a tooltip with an error message when the mouse pointer hovers over an error icon. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowErrorToolTip { get; set; }
vb
Public Property ShowErrorToolTip As Boolean

Property Value

TypeDefaultDescription
BooleanTrue

true to display a tooltip with an error message; otherwise, false.

|

Remarks

If the editor fails validation, it displays an error icon and corresponding tooltip with an error message.

To hide the error icon, set the BaseEdit.ShowError property to false.

See Also

BaseEdit Class

BaseEdit Members

DevExpress.Xpf.Editors Namespace