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

QuickTimeObjectProperties.Controller Property

Gets or sets whether the movie controller is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if a movie controller is displayed; otherwise, false.

See Also