Back to Devexpress

RichEditControl.UseBuiltInReviewingPane Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-3c437605.md

latest1.6 KB
Original Source

RichEditControl.UseBuiltInReviewingPane Property

Gets or sets whether to use an integrated Reviewing Pane. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool UseBuiltInReviewingPane { get; set; }
vb
Public Property UseBuiltInReviewingPane As Boolean

Property Value

TypeDescription
Boolean

true, to use the built-in Reviewing Pane; otherwise, false.

|

Remarks

Use this property to avoid overlapping when using a custom Reviewing Pane.

To make the Reviewing Pane visible when running the application, use the RichEditControl.ShowReviewingPane property.

See Also

Reviewing Pane

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace