Back to Devexpress

Command.MenuCaption Property

corelibraries-devexpress-dot-utils-dot-commands-dot-command-8e18ad67.md

latest1.1 KB
Original Source

Command.MenuCaption Property

Gest the menu caption associated with the current command.

Namespace : DevExpress.Utils.Commands

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public abstract string MenuCaption { get; }
vb
Public MustOverride ReadOnly Property MenuCaption As String

Property Value

TypeDescription
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

Command Class

Command Members

DevExpress.Utils.Commands Namespace