BarShortcut.DisplayString Property
Gets or sets a custom display string for the shortcut.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | 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