Skip to main content
Bar

BarShortcut.IsExist Property

Gets a value indicating whether this BarShortcut instance specifies a valid shortcut.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual bool IsExist { get; }

Property Value

Type Description
Boolean

true if this BarShortcut instance specifies a valid shortcut; otherwise false.

Remarks

A shortcut is valid if the following conditions are satisfied:

  • The BarShortcut.Key property value must have a value different from Keys.None. (If the BarShortcut.SecondKey property value is Keys.None only the first key combination is used as the shortcut).
  • The BarShortcut.Key property value must not be a modifier key or a bitwise combination of modifier keys.
See Also