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; }
Public ReadOnly Property ActualSuperTip As SuperTip
Property Value
| Type | Description |
|---|---|
| SuperTip | A SuperTip object for the current BarItemLink object. |
See Also