Skip to main content
Tab

VideoObjectProperties.InvokeURLs Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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