Back to Devexpress

BarItemLink.CanShowSuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-9aa9ebb9.md

latest1.2 KB
Original Source

BarItemLink.CanShowSuperTip Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool CanShowSuperTip { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property CanShowSuperTip As Boolean

Property Value

TypeDescription
Boolean

Always true.

|

Remarks

For more information on Super ToolTips , see Hints and Tooltips.

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace