SpellCheckerBase.LoadOnDemand Property
In This Article
Gets or sets whether the dictionary is not loaded until the spell checker language has matched the dictionary language.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to load a dictionary on demand; otherwise, false. |
#Remarks
Use the LoadOnDemand property to reduce loading time and memory consumption when an application starts.
See Also