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

ASPxClientHtmlEditorMediaPreloadMode Members

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

Properties

Name Description
Auto static The browser loads the entire video when the page loads.
Metadata static The browser loads only metadata when the page loads.
None static The browser does not load a media file when the page loads.
See Also