Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PasswordBoxEdit.ShowCapsLockWarningToolTip Property

Gets or sets whether to display a warning tooltip when the Caps Lock is turned on. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public bool ShowCapsLockWarningToolTip { get; set; }

#Property Value

Type Description
Boolean

true to display a warning tooltip when the Caps Lock is turned on; otherwise, false.

#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 PasswordBoxEdit.CapsLockWarningToolTipTemplate property, to provide custom content for the warning tooltip.

capslockwarningtooltip

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

See Also