Back to Devexpress

RichEditControl.SpellCheckerOptions Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-9109c008.md

latest1.3 KB
Original Source

RichEditControl.SpellCheckerOptions Property

Provides access to the options which control how spell checking is performed. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public DXRichEditSpellCheckerOptions SpellCheckerOptions { get; set; }
vb
Public Property SpellCheckerOptions As DXRichEditSpellCheckerOptions

Property Value

TypeDescription
DXRichEditSpellCheckerOptions

A DXRichEditSpellCheckerOptions object containing the spell checking options.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace