ASPxHtmlEditor.SettingsFlashUpload Property
In This Article
OBSOLETE
Use the Settings
Provides access to settings related to uploading flash files.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the SettingsDialogs.InsertFlashDialog.SettingsFlashUpload property instead.")]
public ASPxHtmlEditorFlashUploadSettings SettingsFlashUpload { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
See Also