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

ASPxSchedulerOptionsToolTips.ShowAppointmentDragToolTip Property

Gets or sets whether a tooltip is shown when an appointment is dragged.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowAppointmentDragToolTip
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsToolTips.ShowAppointmentDragToolTip
ASP.NET Web Forms Controls ASPxScheduler
.OptionsToolTips.ShowAppointmentDragToolTip
MVCxScheduler
.OptionsToolTips.ShowAppointmentDragToolTip
SchedulerSettings
.OptionsToolTips.ShowAppointmentDragToolTip

Remarks

Set the ShowAppointmentDragToolTip property to false to suppress the appointment drag tooltip.

See Also