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

HtmlEditorAudioSelectorCommonSettings Class

Contains common settings of the ASPxHtmlEditor’s built-in Audio Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorAudioSelectorCommonSettings :
    HtmlEditorFileManagerCommonSettings

Remarks

A HtmlEditorAudioSelectorCommonSettings class instance can be accessed by using the HtmlEditorFileManagerSettingsBase.CommonSettings property available via the HtmlEditorInsertAudioDialogSettings.SettingsAudioSelector property.

See Also