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

ToolTipCornerType Enum

Lists designs applied to the tooltip form.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public enum ToolTipCornerType

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.

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