Skip to main content
A newer version of this page is available. .

SpellChecker.OptionsSpelling Property

Provides access to the spelling options set for the spell checker instance.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

public virtual OptionsSpelling OptionsSpelling { get; }

Property Value

Type Description
OptionsSpelling

An OptionsSpelling object containing the spell checking options.

See Also