Skip to main content
Tab

Html5ObjectPropertiesBase.ShowControls Property

Specifies if the media player controls should be displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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