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.v24.1.dll
NuGet Package: DevExpress.Web
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