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.v24.1.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