SetParagraphBodyTextLevelCommand.MenuCaption Property
Gets the menu caption associated with the current command.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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