VideoObjectProperties.CaptioningID Property
Gets or sets the name of the element displaying the captioning.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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