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

WebDictionary.IsCustomDictionary Property

Indicates whether the current dictionary is a custom one.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll

Declaration

public virtual bool IsCustomDictionary { get; }

Property Value

Type Description
Boolean

true if the current dictionary type is Custom; otherwise, false.

See Also