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.2.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:

Object Type Path to SpellChecker
IRichEditDocumentServer
.Options .SpellChecker
RichEditDocumentServer
.Options .SpellChecker
See Also