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

DXRichEditDataFormatOptions.AllowPlainTextProperty Field

OBSOLETE

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

Identifies the DXRichEditDataFormatOptions.AllowPlainText dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

[Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.DataFormatOptions.PlainText' property instead.", false)]
public static readonly DependencyProperty AllowPlainTextProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also