Skip to main content

SpellCheckerCommand.Caption Property

Gets a localizable name of the command used in menu.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual string Caption { get; }

Property Value

Type Description
String

A string, representing the name of the action performed by this command.

See Also