Skip to main content

ASPxSchedulerOptionsToolTips.ShowAppointmentToolTip Property

Gets or sets whether a tooltip is shown for an appointment.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(true)]
public bool ShowAppointmentToolTip { get; set; }

Property Value

Type Default Description
Boolean true

true if a tooltip is shown for an appointment; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowAppointmentToolTip
ASPxScheduler
.OptionsToolTips .ShowAppointmentToolTip

Remarks

Set the ShowAppointmentToolTip property to false to suppress the appointment tooltip.

See Also