Skip to main content
All docs
V25.1
  • 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.v25.1.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