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

ASPxHtmlEditor.SettingsFlashUpload Property

OBSOLETE

Use the SettingsDialogs.InsertFlashDialog.SettingsFlashUpload property instead.

Provides access to settings related to uploading flash files.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the SettingsDialogs.InsertFlashDialog.SettingsFlashUpload property instead.")]
public ASPxHtmlEditorFlashUploadSettings SettingsFlashUpload { get; }

Property Value

Type Description
ASPxHtmlEditorFlashUploadSettings

An ASPxHtmlEditorImageUploadSettings object that holds options for uploading flash files.

See Also