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.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

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