SpellCheckerBase.LoadOnDemand Property
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.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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