Back to Devexpress

BarShortcut.DisplayString Property

windowsforms-devexpress-dot-xtrabars-dot-barshortcut.md

latest1.5 KB
Original Source

BarShortcut.DisplayString Property

Gets or sets a custom display string for the shortcut.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
public virtual string DisplayString { get; set; }
vb
<DefaultValue("")>
Public Overridable Property DisplayString As String

Property Value

TypeDefaultDescription
StringString.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

ShortcutKeyDisplayString

BarShortcut Class

BarShortcut Members

DevExpress.XtraBars Namespace