Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate CapsLockWarningToolTipTemplate { get; set; }

Property Value

Type Description
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.

capslockwarningtooltip

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

See Also