Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpellCheckerOptions Properties

Contains options that specify how the spell checker should process text in any range of the document.
Name Description
AutoDetectDocumentCulture Gets or sets whether the spell checker should ignore language settings for document ranges and determine the language automatically.
ClearErrorsAfterLimitExceeded Specifies whether the spell check stops and the list of misspelled words is cleared when the number of found misspellings exceeds a predefined limit.
IgnoreNoProof Gets or sets whether the spell checker should ignore “no-proof” settings for text ranges in a document.
LowerErrorLimit Gets or sets the number of misspelled words at which spell check is resumed after it has been stopped due to the high number of misspellings.
UpperErrorLimit Gets or sets the number of errors at which the spell check stops.
See Also