ASPxSchedulerOptionsToolTips.AppointmentDragToolTipUrl Property
Gets or sets the location of the custom tooltip form shown when an appointment is dragged.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string, representing the URI of the custom form. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AppointmentDragToolTipUrl |
---|---|
ASPxScheduler |
|
Remarks
Use the AppointmentDragToolTipUrl property when customizing a tooltip that appears when an appointment is dragged.
The default tooltip form is located at the path ~/DevExpress/ASPxSchedulerForms/AppointmentDragToolTip.ascx in the project. You can create your own web user control (.acx) which implements custom logic, and specify its location via the AppointmentDragToolTipUrl property. Then, this control will appear as an appointment drag tooltip.