Skip to main content
A newer version of this page is available. .

Command.KeyTip Property

Gets a key tip associated with the command.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public virtual string KeyTip { get; }

Property Value

Type Description
String

A string value that is the command key tip.

Remarks

For more information, see Key Tips.

See Also