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

ASPxSchedulerOptionsToolTips.AppointmentMobileToolTipUrl Property

Gets or sets the location of the custom tooltip form shown when the mouse hovers over an appointment on mobile devices.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue("")]
public string AppointmentMobileToolTipUrl { get; set; }

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:

Library Object Type Path to AppointmentMobileToolTipUrl
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsToolTips.AppointmentMobileToolTipUrl
MVCxScheduler
.OptionsToolTips.AppointmentMobileToolTipUrl
SchedulerSettings
.OptionsToolTips.AppointmentMobileToolTipUrl
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsToolTips.AppointmentMobileToolTipUrl

Remarks

Use the AppointmentMobileToolTipUrl property when customizing an appointment tooltip on mobile devices.

See Also