Skip to main content

ChangeTableCellsShadingCommand.MenuCaptionStringId Property

Gets a string resource identifier of a menu caption for a command.

Namespace: DevExpress.XtraRichEdit.Commands

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

#Declaration

public override XtraRichEditStringId MenuCaptionStringId { get; }

#Property Value

Type Description
DevExpress.XtraRichEdit.Localization.XtraRichEditStringId

A XtraRichEditStringId enumeration value that is the resource string identifier.

#Remarks

The MenuCaptionStringId property value is used to obtain localized text to display in a menu.

See Also