Back to Devexpress

MaskProperties.BeepOnError Property

windowsforms-devexpress-dot-xtraeditors-dot-mask-dot-maskproperties-32507744.md

latest1.6 KB
Original Source

MaskProperties.BeepOnError Property

Gets or sets whether an editor makes a beep sound when an end-user tries to enter an invalid character.

Namespace : DevExpress.XtraEditors.Mask

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool BeepOnError { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property BeepOnError As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 to enter a non-numeric character is made the editor will sound a beep.

See Also

MaskProperties Class

MaskProperties Members

DevExpress.XtraEditors.Mask Namespace