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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowStripFontFamilySelector |
---|---|
HtmlEditorDefaultDialogSettings |
|
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