Skip to main content
Bar

BarShortcut.DisplayString Property

Gets or sets a custom display string for the shortcut.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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