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

MVCxHtmlEditorPasteFromWordDialogSettings Class

Contains customization settings for the Paste from Word dialog’s form elements.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorPasteFromWordDialogSettings :
    HtmlEditorPasteFromWordDialogSettings,
    ISimpleDialog

The following members return MVCxHtmlEditorPasteFromWordDialogSettings objects:

Remarks

The MVCxHtmlEditorPasteFromWordDialogSettings class contains settings that allow you to customize the availability of elements within the Paste from Word dialog form.

An instance of the MVCxHtmlEditorPasteFromWordDialogSettings class can be accessed via the MVCxHtmlEditorDialogFormElementSettings.PasteFromWordDialog property.

See Also