Skip to main content

StripLineToolTipData.ToolTip Property

Gets a tooltip defined within the strip line’s ToolTip property.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v23.2.dll

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public object ToolTip { get; }

Property Value

Type Description
Object

A tooltip defined within the strip line’s ToolTip property.

See Also