Skip to main content

MVCxHtmlEditorFormsSettings(MVCxHtmlEditorDefaultDialogSettings) Constructor

Initializes a new instance of the MVCxHtmlEditorFormsSettings class.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxHtmlEditorFormsSettings(
    MVCxHtmlEditorDefaultDialogSettings associatedSettings
)

Parameters

Name Type Description
associatedSettings MVCxHtmlEditorDefaultDialogSettings

An MVCxHtmlEditorDefaultDialogSettings object containing the associated dialog settings.

See Also