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.v21.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
If you do not want this tooltip to be displayed, set the ShowCapsLockWarningToolTip property to false.
See Also