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

FlashObjectProperties.PluginVersion Property

Gets or sets the Flash Player plug-in version.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "6,0,0,0"

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

See Also