Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditControlOptionsBase.SpellChecker Property

Provides access to options that determine how the spell checker processes the document text.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v21.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public SpellCheckerOptions SpellChecker { get; }

Property Value

Type Description
SpellCheckerOptions

A SpellCheckerOptions object that contains options which determine the spell checker behavior.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SpellChecker
WinForms Controls SnapControl
.Options .SpellChecker
RichEditControl
.Options .SpellChecker
WPF Controls RichEditControl
.Options .SpellChecker
Office File API IRichEditDocumentServer
.Options .SpellChecker
RichEditDocumentServer
.Options .SpellChecker
Reporting SyntaxEditor
.Options .SpellChecker
See Also