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

MVCxHtmlEditorFlashUploadSettings(IPropertiesOwner, HtmlEditorFlashSelectorSettings) Constructor

Initializes a new instance of the MVCxHtmlEditorFlashUploadSettings class with the specified settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxHtmlEditorFlashUploadSettings(
    IPropertiesOwner owner,
    HtmlEditorFlashSelectorSettings associatedSettings
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

associatedSettings HtmlEditorFlashSelectorSettings

An HtmlEditorFlashSelectorSettings object containing the associated Flash Selector settings.

See Also