PasswordBoxEdit.ShowNullTextIfFocused Property
Gets or sets whether the NullText is displayed when users focus a PasswordBoxEdit. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
<Window ...
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors">
<StackPanel>
<dxe:PasswordBoxEdit ShowNullTextIfFocused="True" NullText="Enter Password"/>
</StackPanel>
</Window>
See Also