/wpf-scheduler-customize-appointment-flyout-and-tooltip

Customize the appearance of the Scheduler's FlyoutControl and ToolTip elements.

Primary LanguageC#OtherNOASSERTION

WPF Scheduler - Customize the Appointment Flyout and Tooltip

The DevExpress WPF Scheduler control can display additional information for appointments when the mouse pointer hovers over them. This information is shown in the FlyoutControl or ToolTip element. To define the displayed element, use the ToolTipMode property.

Use the FlyoutContentTemplate and ToolTipContentTemplate properties to customize the appearance of the FlyoutControl and ToolTip elements.

ToolTipMode="Flyout"

image

ToolTipMode="ToolTip"

image

Files to Review

Documentation