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

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

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