Back to Devexpress

RepositoryItemTextEdit.BeepOnError Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-58e4cbc8.md

latest1.6 KB
Original Source

RepositoryItemTextEdit.BeepOnError Property

Gets or sets whether the masked editor should play a system error sound when a user enters an invalid character (for example, a literal in an editor with a Numeric mask). This property replaces the DevExpress.XtraEditors.Mask.MaskProperties.BeepOnError property.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Format")]
public bool BeepOnError { get; set; }
vb
<DXCategory("Format")>
Public Property BeepOnError As Boolean

Property Value

TypeDescription
Boolean

true , to play a system error sound when a user enters an invalid character; false , to ignore it.

|

See Also

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace