Back to Devexpress

PasswordBoxEdit.CapsLockWarningToolTipTemplate Property

wpf-devexpress-dot-xpf-dot-editors-dot-passwordboxedit-f05bd679.md

latest1.9 KB
Original Source

PasswordBoxEdit.CapsLockWarningToolTipTemplate Property

Gets or sets the template used to represent a warning tooltip displayed when the Caps Lock is turned on. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DataTemplate CapsLockWarningToolTipTemplate { get; set; }
vb
Public Property CapsLockWarningToolTipTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that represents the corresponding template.

|

Remarks

If the Caps Lock is turned on and the mouse pointer rests over the password box editor, a warning tooltip is automatically displayed. Use the CapsLockWarningToolTipTemplate property to provide custom content for the warning tooltip.

If you do not want this tooltip to be displayed, set the PasswordBoxEdit.ShowCapsLockWarningToolTip property to false.

See Also

ShowCapsLockWarningToolTip

PasswordBoxEdit Class

PasswordBoxEdit Members

DevExpress.Xpf.Editors Namespace