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

MVCxHtmlEditorInsertVideoDialogSettings Class

Contains (MVC specific) customization settings for the Insert Video dialog’s form elements.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorInsertVideoDialogSettings :
    HtmlEditorInsertVideoDialogSettings,
    IMediaDialog,
    ISimpleDialog

The following members return MVCxHtmlEditorInsertVideoDialogSettings objects:

Remarks

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

An instance of the MVCxHtmlEditorInsertVideoDialogSettings class can be accessed via the MVCxHtmlEditorDefaultDialogSettings.InsertVideoDialog property.

See Also