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

HtmlEditorInsertAudioDialogSettings Class

Contains customization settings for the Insert Audio dialog’s form elements.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorInsertAudioDialogSettings :
    HtmlEditorInsertMediaDialogSettings

The following members return HtmlEditorInsertAudioDialogSettings objects:

Remarks

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

An instance of the HtmlEditorInsertAudioDialogSettings class can be accessed via the HtmlEditorDefaultDialogSettings.InsertAudioDialog property.

See Also