Back to Devexpress

SchedulerControl.ToolTipMode Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-b15cdbcd.md

latest2.1 KB
Original Source

SchedulerControl.ToolTipMode Property

Specifies which visual element the SchedulerControl should display when the mouse pointer hovers over an appointment.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ToolTipMode ToolTipMode { get; set; }
vb
Public Property ToolTipMode As ToolTipMode

Property Value

Type
ToolTipMode

Available values:

NameDescription
None

Tooltip is not shown.

| | ToolTip |

SchedulerControl displays additional information in the tooltip when the mouse pointer hovers over an appointment.

| | Flyout |

SchedulerControl displays additional information in the Flyout Control when the mouse pointer hovers over an appointment.

|

Remarks

When the mouse pointer is over an appointment, SchedulerControl opens the Flyout Control or tooltip to show additional information. Use the ToolTipMode property to specify which of these elements should be used. The default value is Flyout.

Set this property to None if you do not want to show additional information when the mouse pointer is over an appointment.

Refer to the Appointment Flyout and ToolTip topic for more information.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace