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

VideoObjectProperties.Enabled Property

Gets or sets whether Windows Media Player control is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to enable Windows Media Player; otherwise, false.

See Also