Back to Devexpress

MVCxHtmlEditorInsertVideoDialogSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-88b82203.md

latest2.8 KB
Original Source

MVCxHtmlEditorInsertVideoDialogSettings Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertMediaDialogSettingsBase HtmlEditorInsertMediaDialogSettings HtmlEditorInsertVideoDialogSettings MVCxHtmlEditorInsertVideoDialogSettings

See Also

MVCxHtmlEditorInsertVideoDialogSettings Members

DevExpress.Web.Mvc Namespace