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

ASPxSpellCheckerCustomDictionary.IsCustomDictionary Property

Indicates that the current dictionary is a custom dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override bool IsCustomDictionary { get; }

Property Value

Type Description
Boolean

Always returns true.

Remarks

Overrides the corresponding WebDictionary.IsCustomDictionary property of the base class.

See Also