Whether to cache the main dictionary, this will result in large performance gains. WARNING, do not do this if using more than one dictionary across the application.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool CacheDictionary { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool CacheDictionary { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property CacheDictionary As Boolean Get Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property CacheDictionary As Boolean Get Set
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool CacheDictionary { bool get (); void set (bool value); }
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool CacheDictionary { bool get (); void set (bool value); }
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member CacheDictionary : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member CacheDictionary : bool with get, set

Boolean

When this is set true the main dictionary instance is shared amongst all other instances of this control where this property is set true,
therefore conflicts will occur if they have different dictionaries.
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331