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

HtmlEditorVideoSelectorCommonSettings Class

Contains common settings of the ASPxHtmlEditor’s built-in Video Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public class HtmlEditorVideoSelectorCommonSettings :
    HtmlEditorFileManagerCommonSettings

Remarks

A HtmlEditorVideoSelectorCommonSettings class instance can be accessed by using the HtmlEditorFileManagerSettingsBase.CommonSettings property available via the HtmlEditorInsertVideoDialogSettings.SettingsVideoSelector property.

See Also