Skip to main content

MVCxHtmlEditorCustomDialogs.Add(Action<MVCxHtmlEditorCustomDialog>) Method

Adds a new dialog to the collection and allows you to customize this dialog in a delegate method implementation.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void Add(
    Action<MVCxHtmlEditorCustomDialog> method
)

Parameters

Name Type Description
method Action<MVCxHtmlEditorCustomDialog>

A delegate method that accepts the created MVCxHtmlEditorCustomDialog as a parameter.

See Also