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

Html5PreloadMode Enum

Lists the values that specify how a media file should be loaded when the page loads.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum Html5PreloadMode

Members

Name Description
None

The browser does not load a media file when the page loads.

Metadata

The browser loads only metadata when the page loads.

Auto

The browser loads the entire video when the page loads.

Related API Members

The following properties accept/return Html5PreloadMode values:

Remarks

The values listed by this enumeration are used to set the Html5ObjectPropertiesBase.PreloadMode property.

See Also