Skip to main content
Bar

BarItemLink.ActualSuperTip Property

Gets the actual SuperTip object for the current BarItemLink object. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public SuperTip ActualSuperTip { get; }

#Property Value

Type Description
SuperTip

A SuperTip object for the current BarItemLink object.

See Also