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

HtmlEditorInsertAudioDialogSettings.SettingsAudioSelector Property

Provides access to settings related to the Audio Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorAudioSelectorSettings SettingsAudioSelector { get; }

Property Value

Type Description
HtmlEditorAudioSelectorSettings

An HtmlEditorAudioSelectorSettings object that contains the selector’s settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SettingsAudioSelector
HtmlEditorDefaultDialogSettings
.InsertAudioDialog.SettingsAudioSelector
MVCxHtmlEditorDefaultDialogSettings
.InsertAudioDialog.SettingsAudioSelector
See Also