Skip to main content
All docs
V19.1

MaskData.BeepOnError Property

Obsolete. Gets or sets a value determining whether to produce a warning sound when an error occurs.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public bool BeepOnError { get; set; }

Property Value

Type Default Description
Boolean **false**

If true, produces a warning sound when an error occurs; otherwise, false.

Remarks

This member is obsolete. Use the MaskProperties.BeepOnError property instead.

See Also