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

QuickTimeObjectProperties.PluginVersion Property

Gets or sets the Quick Time Player plug-in version.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("3,0,0,0")]
public override string PluginVersion { get; set; }

Property Value

Type Default Description
String "3,0,0,0"

A string value that specifies the Quick Time Player plug-in version.

See Also