Skip to main content
A newer version of this page is available. .

RichEditControlOptionsBase.SpellChecker Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

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