Back to Devexpress

MVCxHtmlEditorInsertFlashDialogSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-0cdd1f0a.md

latest2.8 KB
Original Source

MVCxHtmlEditorInsertFlashDialogSettings Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorInsertFlashDialogSettings :
    HtmlEditorInsertFlashDialogSettings,
    IMediaDialog,
    ISimpleDialog
vb
Public Class MVCxHtmlEditorInsertFlashDialogSettings
    Inherits HtmlEditorInsertFlashDialogSettings
    Implements 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

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertMediaDialogSettingsBase HtmlEditorInsertMediaDialogSettings HtmlEditorInsertFlashDialogSettings MVCxHtmlEditorInsertFlashDialogSettings

See Also

MVCxHtmlEditorInsertFlashDialogSettings Members

DevExpress.Web.Mvc Namespace