MVCxSchedulerOptionsToolTips Properties
Provides properties and methods which allow you to specify tooltip visibility, layout options and templates used for rendering tooltips.Name | Description |
---|---|
AppointmentDragToolTipCornerType | Gets or sets the shape of the corners for the tooltip that appears when an appointment is dragged. Inherited from ASPxSchedulerOptionsToolTips. |
AppointmentDragToolTipUrl | Gets or sets the location of the custom tooltip form shown when an appointment is dragged. Inherited from ASPxSchedulerOptionsToolTips. |
AppointmentMobileToolTipUrl | Gets or sets the location of the custom tooltip form shown when the mouse hovers over an appointment on mobile devices. Inherited from ASPxSchedulerOptionsToolTips. |
AppointmentToolTipCornerType | Gets or sets the shape of the corners for the appointment tooltip. Inherited from ASPxSchedulerOptionsToolTips. |
AppointmentToolTipMode | Specifies whether the appointment tooltip is displayed as a button or as a hint. Inherited from ASPxSchedulerOptionsToolTips. |
AppointmentToolTipUrl | Gets or sets the location of the custom tooltip form shown when the mouse hovers over an appointment. Inherited from ASPxSchedulerOptionsToolTips. |
SelectionToolTipCornerType | Gets or sets the shape of the corners for the time cell selection tooltip. Inherited from ASPxSchedulerOptionsToolTips. |
SelectionToolTipUrl | Gets or sets the location of the custom tooltip form shown when the mouse cursor is positioned above selected time cells. Inherited from ASPxSchedulerOptionsToolTips. |
ShowAppointmentDragToolTip | Gets or sets whether a tooltip is shown when an appointment is dragged. Inherited from ASPxSchedulerOptionsToolTips. |
ShowAppointmentToolTip | Gets or sets whether a tooltip is shown for an appointment. Inherited from ASPxSchedulerOptionsToolTips. |
ShowSelectionToolTip |
true if a tooltip is shown for a selected area in the scheduler; otherwise, false .
Inherited from ASPxSchedulerOptionsToolTips. |
See Also