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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type |
---|
ToolTipMode |
Available values:
Name | Description |
---|---|
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.