Back to Devexpress

Command.Description Property

corelibraries-devexpress-dot-utils-dot-commands-dot-command-bd369e0a.md

latest1.1 KB
Original Source

Command.Description Property

Gets the text description of a command.

Namespace : DevExpress.Utils.Commands

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

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

Property Value

TypeDescription
String

A string containing the command’s description.

|

Remarks

The Description property enables you to inform the end-user of the action that the command performs.

See Also

Command Class

Command Members

DevExpress.Utils.Commands Namespace