Skip to main content
A newer version of this page is available. .
Tab

Html5ObjectPropertiesBase.Muted Property

Specifies if a media file output should be muted

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool Muted { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to mute audio; otherwise, false.

See Also