Skip to main content
A newer version of this page is available. .
Bar

BarShortcut.DisplayString Property

Gets or sets a custom display string for the shortcut.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue("")]
public virtual string DisplayString { get; set; }

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