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

DXRichEditDataFormatOptions.AllowPlainText Property

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

Namespace: DevExpress.Xpf.RichEdit

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

Declaration

public bool AllowPlainText { get; set; }

Property Value

Type Description
Boolean

true, to allow pasting plain text content; otherwise, false.

The default is true.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowPlainText
RichEditControl
.ClipboardFormatOptions.AllowPlainText
See Also