BarShortcut.DisplayString Property
In This Article
Gets or sets a custom display string for the shortcut.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string that specifies the shortcut’s custom display string. |
#Remarks
This property is synchronized with a bar item’s BarItem.ShortcutKeyDisplayString property.
See Also