Skip to main content

ReplaceMisspellingCommand.MenuCaption Property

Gets the menu caption associated with the current command.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public override string MenuCaption { get; }

Property Value

Type Description
String

A string representing the text of the menu item.

Remarks

The MenuCaption property provides standard text for use in all menu items to which the command is attached.

See Also