aspnet-devexpress-dot-web-dot-aspxscheduler-0d72a672.md
Lists designs applied to the tooltip form.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public enum ToolTipCornerType
Public Enum ToolTipCornerType
| Name | Description |
|---|---|
None |
Specifies that the tooltip form is displayed “as is”.
|
| Rounded |
The tooltip form is displayed with rounded corners, borders and background, as specified in the style sheet.
|
| Square |
The tooltip form is displayed with squared corners, borders and background as specified in the style sheet.
|
The following properties accept/return ToolTipCornerType values:
Use the ASPxScheduler.OptionsToolTips property to specify different tooltip characteristics. The form displayed as a tooltip can be specified via the ASPxSchedulerOptionsToolTips.AppointmentToolTipUrl or the ASPxSchedulerOptionsToolTips.SelectionToolTipUrl properties. The form can be shown with corners and layout modified according to the ASPxSchedulerOptionsToolTips.AppointmentToolTipCornerType (or the ASPxSchedulerOptionsToolTips.SelectionToolTipCornerType) setting.
See Also