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

SpellCheckerCommand.DoCommand() Method

Performs an action of the corresponding type.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual void DoCommand()

Remarks

The DoCommand method initializes the DevExpress.XtraSpellChecker.Strategies.TextOperationsManager instance and performs an action of the corresponding type, specified by the SpellCheckerCommand.Operation value.

See Also