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

VideoObjectProperties.AutoStart Property

Gets or sets whether the media object starts playing automatically.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool AutoStart { get; set; }

Property Value

Type Default Description
Boolean **true**

true to automatically play the media object; otherwise, false.

See Also