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