ToolTipCornerType Enum
Lists designs applied to the tooltip form.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Members
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. |
Related API Members
The following properties accept/return ToolTipCornerType values:
Remarks
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.