Back to Devexpress

RichEditControl.SpellChecker Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-0c46d659.md

latest1.3 KB
Original Source

RichEditControl.SpellChecker Property

Gets or sets the component used for spelling check by the RichEdit control.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DefaultValue(null)]
[DXCategory("AssociatedComponents")]
public ISpellChecker SpellChecker { get; set; }
vb
<DXCategory("AssociatedComponents")>
<DefaultValue(Nothing)>
Public Property SpellChecker As ISpellChecker

Property Value

TypeDefaultDescription
ISpellCheckernull

A component which provides the DevExpress.XtraSpellChecker.ISpellChecker interface.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace