Skip to main content

MVCxHtmlEditorInsertFlashDialogSettings Class

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxHtmlEditorInsertFlashDialogSettings :
    HtmlEditorInsertFlashDialogSettings,
    IMediaDialog,
    ISimpleDialog

The following members return MVCxHtmlEditorInsertFlashDialogSettings objects:

Remarks

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

An instance of the MVCxHtmlEditorInsertFlashDialogSettings class can be accessed via the MVCxHtmlEditorDefaultDialogSettings.InsertFlashDialog property.

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also