TextEditSettings.MaskBeepOnError Property
In This Article
Gets or sets whether an editor beeps when an end-user tries to enter an invalid character. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the editor sounds a beep when an end-user tries to enter an invalid character; otherwise, false. |
#Remarks
For instance, if a mask of the MaskType.Numeric type is used and an attempt is made to enter a non-numeric character, the editor will sound a beep.
See Also