Skip to main content

MVCxHtmlEditorCustomDialogs.Add(String, String, String) Method

Creates a new dialog with the specified settings and adds it to the collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxHtmlEditorCustomDialog Add(
    string name,
    string caption,
    string formAction
)

#Parameters

Name Type Description
name String

A String value that specifies the created custom dialog’s name.

caption String

A String value that specifies the created custom dialog’s caption.

formAction String

#Returns

Type Description
MVCxHtmlEditorCustomDialog

An MVCxHtmlEditorCustomDialog object that is the newly created dialog.

#Remarks

Use the Add method to add a new dialog with the specified settings to the end of the MVCxHtmlEditorCustomDialogs object.

See Also