Skip to main content

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.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

#Declaration

[DefaultValue(false)]
public bool LoadOnDemand { get; set; }

#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