Skip to main content

SpellCheckerCommand.Enabled Property

Gets whether a command is currently enabled.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual bool Enabled { get; }

Property Value

Type Description
Boolean

true if a command is enabled; otherwise, false.

Remarks

A spellchecker command can be disabled in certain situations, e.g. if no custom dictionary is specified, the SpellCheckerAddToDictionaryCommand‘s Enabled property is false.

See Also