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

HtmlEditorPasteFromWordDialogSettings.ShowStripFontFamilySelector Property

Gets or sets a value that specifies whether the “Strip font family” check box is displayed within the Paste from Word dialog form.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowStripFontFamilySelector { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display the form element, otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowStripFontFamilySelector
ASP.NET Controls and MVC Extensions HtmlEditorDefaultDialogSettings
.PasteFromWordDialog .ShowStripFontFamilySelector
ASP.NET MVC Extensions MVCxHtmlEditorDefaultDialogSettings
.PasteFromWordDialog .ShowStripFontFamilySelector

Remarks

If the ShowStripFontFamilySelector property is set to false, the “Strip font family” check box is not displayed within the Paste from Word dialog form.

See Also