MVCxHtmlEditorInsertFlashDialogSettings Class
Contains (MVC specific) customization settings for the Insert Flash dialog’s form elements.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public class MVCxHtmlEditorInsertFlashDialogSettings :
HtmlEditorInsertFlashDialogSettings,
IMediaDialog,
ISimpleDialog
Related API Members
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.
Inheritance
See Also