Back to Devexpress

GanttControlOptionsView.InteractionTooltipLocation Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontroloptionsview-22f3fdc2.md

latest1.8 KB
Original Source

GanttControlOptionsView.InteractionTooltipLocation Property

Gets or sets whether interaction tooltips are displayed and specifies their location.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(InteractionTooltipLocation.Default)]
[DXCategory("Visual Elements")]
[XtraSerializableProperty]
public InteractionTooltipLocation InteractionTooltipLocation { get; set; }
vb
<DXCategory("Visual Elements")>
<XtraSerializableProperty>
<DefaultValue(InteractionTooltipLocation.Default)>
Public Property InteractionTooltipLocation As InteractionTooltipLocation

Property Value

TypeDefaultDescription
DevExpress.XtraGantt.InteractionTooltipLocationDefault

A value that specifies the tooltip location.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to InteractionTooltipLocation
GanttControl

.OptionsView .InteractionTooltipLocation

|

See Also

GanttControlOptionsView Class

GanttControlOptionsView Members

DevExpress.XtraGantt Namespace