Skip to main content
All docs
V18.2

ToggleSimpleNumberingListCommand.KeyTip Property

Gets the Key Tips for the command.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public override string KeyTip { get; }

Property Value

Type Description
String

The key tip associated with the command.

Remarks

A key tip is a keyboard shortcut that is displayed over the control to which it corresponds and can be used to access or activate the command the control executes. Specify the KeyTip property to change the command’s key tip.

See Also