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

BarItemLink.CanShowSuperTip Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

Always true.

Remarks

For more information on Super ToolTips, see Tooltips.

See Also