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

Html5ObjectPropertiesBase.Loop Property

Specifies if a media file repeats indefinitely, or stops when it reaches the last frame.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to loop movie playback; otherwise, false.

See Also