Skip to main content
Tab

QuickTimeObjectProperties.AutoPlay Property

Gets or sets a value that specifies whether a QuickTime object will begin playback automatically.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true if playback is automatic; otherwise, false.

See Also