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

HtmlEditorInsertVideoDialogSettings Class

Contains customization settings for the Insert Video dialog’s form elements.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HtmlEditorInsertVideoDialogSettings :
    HtmlEditorInsertMediaDialogSettings

The following members return HtmlEditorInsertVideoDialogSettings objects:

Remarks

The HtmlEditorInsertVideoDialogSettings class contains settings that allow you to customize the availability of elements within the Insert Video dialog form.

An instance of the HtmlEditorInsertVideoDialogSettings class can be accessed via the HtmlEditorDefaultDialogSettings.InsertVideoDialog property.

See Also