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

DictionaryBase.Loaded Property

Gets whether the dictionary is loaded.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v21.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

[Browsable(false)]
public virtual bool Loaded { get; }

Property Value

Type Description
Boolean

true if the dictionary is loaded; otherwise false.

Implements

See Also