Skip to main content

MVCxHtmlEditorFlashUploadSettings(IPropertiesOwner, HtmlEditorFlashSelectorSettings) Constructor

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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