Back to Devexpress

DictionaryBase.Loaded Property

corelibraries-devexpress-dot-xtraspellchecker-dot-dictionarybase-a3ae0360.md

latest1.2 KB
Original Source

DictionaryBase.Loaded Property

Gets whether the dictionary is loaded.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[Browsable(false)]
public virtual bool Loaded { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Loaded As Boolean

Property Value

TypeDescription
Boolean

true if the dictionary is loaded; otherwise false.

|

Implements

Loaded

See Also

DictionaryBase Class

DictionaryBase Members

DevExpress.XtraSpellChecker Namespace