Skip to main content

ASPxSpellCheckerCustomDictionary.IsCustomDictionary Property

Indicates that the current dictionary is a custom dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

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