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

BarSubItemLink.CanShowSuperTip Property

Gets whether the bar subitem’s super tip can be displayed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override bool CanShowSuperTip { get; }

Property Value

Type Description
Boolean

true if the item’s submenu isn’t shown; otherwise, false.

Remarks

For more information on Super ToolTips, see Tooltip Management.

See Also