MVCxHtmlEditor.SettingsFlashUpload Property
Obsolete. Provides access to settings related to uploading flash files.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
[Obsolete("Use the SettingsDialogs.InsertFlashDialog.SettingsFlashUpload property instead.")]
public MVCxHtmlEditorFlashUploadSettings SettingsFlashUpload { get; }
<Obsolete("Use the SettingsDialogs.InsertFlashDialog.SettingsFlashUpload property instead.")>
Public ReadOnly Property SettingsFlashUpload As MVCxHtmlEditorFlashUploadSettings
Property Value
Type | Description |
---|---|
MVCxHtmlEditorFlashUploadSettings | An MVCxHtmlEditorFlashUploadSettings object that holds options for uploading flash files. |
See Also
Feedback