Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public ToolTipMode ToolTipMode { get; set; }

#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.

WPFScheduler_Tooltip

Flyout

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

#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