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

Html5ObjectPropertiesBase.ShowControls Property

Specifies if the media player controls should be displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if media player controls are displayed; otherwise, false.

See Also