Back to Devexpress

Appointment Tooltip

aspnet-120601-components-scheduler-concepts-appointments-appointment-tooltip.md

latest3.2 KB
Original Source

Appointment Tooltip

  • Dec 23, 2024

The ASPxScheduler displays a tooltip when an end user selects an appointment or scheduler’s time cells.

The scheduler displays a tooltip (ASPxSchedulerOptionsToolTips.ShowAppointmentDragToolTip) when an end user drags an appointment over the time cell.

Use the ASPxSchedulerOptionsToolTips.AppointmentToolTipMode property to specify an appointment’s display mode.

  • Hint - Displays a tooltip as a hint.

  • Button - Displays a tooltip as a button.

  • InfoSheet - Displays a tooltip at the bottom of the screen.

  • Auto - Displays a tooltip at the bottom of the screen (mobile devices) or as a hint (desktop).

Custom ToolTip

Appointment tooltips are web controls (AppointmentToolTip.ascx, SelectionToolTip.ascx and AppointmentDragToolTip.ascx) in the solution’s ~/DevExpress/ASPxSchedulerForms/folder. Create custom .ascx forms to create tooltips with a custom layout.

Online Demos

Appearance

The ASPxScheduler.OptionsToolTips property provides access to basic tooltip settings: visibility, location and design (for example, round or squared corners).

|

Location

|

ASPxSchedulerOptionsToolTips.AppointmentToolTipUrl, ASPxSchedulerOptionsToolTips.SelectionToolTipUrl, ASPxSchedulerOptionsToolTips.AppointmentDragToolTipUrl

| |

Design

|

ASPxSchedulerOptionsToolTips.AppointmentToolTipCornerType, ASPxSchedulerOptionsToolTips.SelectionToolTipCornerType, ASPxSchedulerOptionsToolTips.AppointmentDragToolTipCornerType

| |

Visibility

|

ASPxSchedulerOptionsToolTips.ShowAppointmentToolTip, ASPxClientScheduler.ShowSelectionToolTip, ASPxSchedulerOptionsToolTips.ShowAppointmentDragToolTip

|