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

ASPxHtmlEditor.SettingsAudioSelector Property

OBSOLETE

Use the SettingsDialogs.InsertAudioDialog.SettingsAudioSelector property instead.

Provides access to settings related to the Select Audio dialog.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[Obsolete("Use the SettingsDialogs.InsertAudioDialog.SettingsAudioSelector property instead.")]
public HtmlEditorAudioSelectorSettings SettingsAudioSelector { get; }

Property Value

Type Description
HtmlEditorAudioSelectorSettings

An HtmlEditorAudioSelectorSettings object that contains the Select Audio dialog’s settings.

See Also