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

AppointmentToolTipMode Enum

Lists values specifying the tooltip mode for the scheduler’s appointments.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.1.dll

Declaration

public enum AppointmentToolTipMode

Members

Name Description
Button

A tooltip is displayed as a button.

Hint

A tooltip is displayed as a hint.

Related API Members

The following properties accept/return AppointmentToolTipMode values:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapSchedulerOptionsToolTips.AppointmentToolTipMode
ASP.NET Web Forms Controls ASPxSchedulerOptionsToolTips.AppointmentToolTipMode

Remarks

Use the ASPxSchedulerOptionsToolTips.AppointmentToolTipMode object to specify whether the tooltip is displayed as a hint or as a button.

See Also