Skip to main content
Tab

Html5ObjectPropertiesBase.AutoPlay Property

Specifies if a media file will start playing automatically.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true, if autoplay is enabled; otherwise, false.

See Also