Back to Devexpress

ToolTipCornerType Enum

aspnet-devexpress-dot-web-dot-aspxscheduler-0d72a672.md

latest2.8 KB
Original Source

ToolTipCornerType Enum

Lists designs applied to the tooltip form.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public enum ToolTipCornerType
vb
Public Enum ToolTipCornerType

Members

NameDescription
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:

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.

See Also

AppointmentToolTipCornerType

SelectionToolTipCornerType

DevExpress.Web.ASPxScheduler Namespace