To override different settings for different ranges of the document, you can use the RichEditControl.SpellCheckerOptions property to get access to the DXRichEditSpellCheckerOptions instance and set the proofing options for the entire document.
XAML |
<dxre:DXRichEditSpellCheckerOptions IgnoreNoProof="True"
ClearErrorsAfterLimitExceeded="False"/>
</dxre:RichEditControl.SpellCheckerOptions>
|
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<DevExpress.XtraRichEdit.SpellCheckerOptions>
DXRichEditSpellCheckerOptions