Skip to main content
A newer version of this page is available. .

Appointment Tooltip

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

ASPxScheduler-TooltipHint

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

ASPxScheduler-DragAppointmentTooltip

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

  • Hint - Displays a tooltip as a hint.

    ASPxScheduler-TooltipHint

  • Button - Displays a tooltip as a button.

    ASPxScheduler-Tooltip-Button

    Click the tooltip to invoke a popup menu.

    ASPxScheduler-Tooltip-PopupMenu

    Handle the ASPxScheduler.PreparePopupMenu event to add or remove menu items, and modify the actions associated with menu items.

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

    ASPxScheduler-MobileTooltip

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

ASPxScheduler-CustomTooltip

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