StripLineToolTipData.StripLine Property
In This Article
Gets a strip line that owns the current tooltip.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public StripLineBase StripLine { get; }
#Property Value
Type | Description |
---|---|
Strip |
A strip line that owns the current tooltip. |
See Also