Skip to main content

RichEditControl.SpellChecker Property

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

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

[DefaultValue(null)]
public ISpellChecker SpellChecker { get; set; }

#Property Value

Type Default Description
ISpellChecker

null

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

See Also