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

DataFormatOptions.AllowPlainText Property

Gets or sets whether to place plain text data in the Clipboard.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

True to allow 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