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

DataFormatOptions.AllowRtf Property

Gets or sets whether to place RTF content in the Clipboard.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

True to allow pasting RTF content; otherwise, false.

Property Paths

You can access this nested property as listed below:

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