Skip to main content

DXRichEditDataFormatOptions.AllowRtf Property

OBSOLETE

This property has become obsolete. Use the 'Rtf' property instead.

Gets or sets whether to copy RTF content.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

[Browsable(false)]
[Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.DataFormatOptions.Rtf' property instead.", false)]
public bool AllowRtf { get; set; }

Property Value

Type Description
Boolean

true, to allow users to copy RTF content; otherwise, false.

The default true.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowRtf
RichEditControl
See Also