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

VideoObjectProperties.PlayCount Property

Gets or sets the number of times a media object will play.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(1)]
public virtual int PlayCount { get; set; }

Property Value

Type Default Description
Int32 1

A positive integer value that specifies the number of times a media object will play.

See Also