Back to Devexpress

MVCxHtmlEditorInsertAudioDialogSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-8c80f438.md

latest2.8 KB
Original Source

MVCxHtmlEditorInsertAudioDialogSettings Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorInsertAudioDialogSettings :
    HtmlEditorInsertAudioDialogSettings,
    IMediaDialog,
    ISimpleDialog
vb
Public Class MVCxHtmlEditorInsertAudioDialogSettings
    Inherits HtmlEditorInsertAudioDialogSettings
    Implements IMediaDialog,
               ISimpleDialog

The following members return MVCxHtmlEditorInsertAudioDialogSettings objects:

Remarks

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

An instance of the MVCxHtmlEditorInsertAudioDialogSettings class can be accessed via the MVCxHtmlEditorDefaultDialogSettings.InsertAudioDialog property.

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertMediaDialogSettingsBase HtmlEditorInsertMediaDialogSettings HtmlEditorInsertAudioDialogSettings MVCxHtmlEditorInsertAudioDialogSettings

See Also

MVCxHtmlEditorInsertAudioDialogSettings Members

DevExpress.Web.Mvc Namespace