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

VideoObjectProperties.Mute Property

Gets or sets whether audio is muted.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to mute audio; otherwise, false.

See Also