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.v24.1.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