NextDataRecordCommand.KeyTip Property
Gets the Key Tip for the command.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A String value that is 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.
To change the key tip for the NextDataRecordCommand command, specify the BarItemLink.KeyTip property of a corresponding control.
See Also