Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataFormatOptions.AllowPlainText Property

Gets or sets whether to copy or paste plain text data.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

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

Property Value

Type Default Description
Boolean **true**

True to allow copying or pasting plain text content; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowPlainText
WinForms Controls SnapControlOptions
.ClipboardFormats .AllowPlainText
RichEditControlOptions
.ClipboardFormats .AllowPlainText
WPF Controls RichEditControlOptions
.ClipboardFormats .AllowPlainText
Office File API RichEditControlOptionsBase
.ClipboardFormats .AllowPlainText
See Also