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

AudioObjectProperties.PlayCount Property

Gets or sets the number of times an audio file will play.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 1

A positive integer value that specifies the number of times an audio file will play.

See Also