Skip to main content
A newer version of this page is available. .

MVCxHtmlEditorInsertAudioDialogSettings Class

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorInsertAudioDialogSettings :
    HtmlEditorInsertAudioDialogSettings,
    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.

See Also