Back to Devexpress

HtmlEditorInsertAudioDialogSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-7356f9ef.md

latest2.7 KB
Original Source

HtmlEditorInsertAudioDialogSettings Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorInsertAudioDialogSettings :
    HtmlEditorInsertMediaDialogSettings
vb
Public Class HtmlEditorInsertAudioDialogSettings
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertMediaDialogSettingsBase HtmlEditorInsertMediaDialogSettings HtmlEditorInsertAudioDialogSettings MVCxHtmlEditorInsertAudioDialogSettings

See Also

HtmlEditorInsertAudioDialogSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace