Back to Devexpress

SpellCheckerBase.LoadOnDemand Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-4a71b21c.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[DefaultValue(false)]
public bool LoadOnDemand { get; set; }
vb
<DefaultValue(False)>
Public Property LoadOnDemand As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace