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

VideoObjectProperties.CaptioningID Property

Gets or sets the name of the element displaying the captioning.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public virtual string CaptioningID { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the element displaying the captioning.

Remarks

The element name specified can be any HTML element in the Web page, as long as it supports the innerHTML attribute. If the Web page contains multiple frames, the element name can only refer to an element in the same frame as the Player control.

See Also