Back to Devexpress

RichEditControlOptionsBase.SpellChecker Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-d8c00f1d.md

latest1.8 KB
Original Source

RichEditControlOptionsBase.SpellChecker Property

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public SpellCheckerOptions SpellChecker { get; }
vb
Public ReadOnly Property SpellChecker As SpellCheckerOptions

Property Value

TypeDescription
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 TypePath to SpellChecker
IRichEditDocumentServer

.Options .SpellChecker

| | RichEditDocumentServer |

.Options .SpellChecker

|

See Also

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace