Skip to main content

DXRichEditDataFormatOptions.AllowHtmlProperty Field

OBSOLETE

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

Identifies the DXRichEditDataFormatOptions.AllowHtml dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

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

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also