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

VideoObjectProperties.InvokeURLs Property

Gets or sets whether URL events should launch a Web browser.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if URL events launch a Web browser; otherwise, false.

See Also