Skip to main content

WebDictionary.IsCustomDictionary Property

Indicates whether the current dictionary is a custom one.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public virtual bool IsCustomDictionary { get; }

Property Value

Type Description
Boolean

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

See Also