ASPxHtmlEditor.SettingsAudioUpload Property
OBSOLETE
Use the SettingsDialogs.InsertAudioDialog.SettingsAudioUpload property instead.
Provides access to settings related to uploading audio files.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the SettingsDialogs.InsertAudioDialog.SettingsAudioUpload property instead.")]
public ASPxHtmlEditorAudioUploadSettings SettingsAudioUpload { get; }
Property Value
Type | Description |
---|---|
ASPxHtmlEditorAudioUploadSettings | An ASPxHtmlEditorImageUploadSettings object that holds options for uploading audio files. |
See Also