Skip to main content
Tab

VideoObjectProperties.CaptioningID Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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