ASPxSchedulerOptionsToolTips.AppointmentDragToolTipCornerType Property
In This Article
Gets or sets the shape of the corners for the tooltip that appears when an appointment is dragged.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
#Declaration
[DefaultValue(ToolTipCornerType.Rounded)]
public ToolTipCornerType AppointmentDragToolTipCornerType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tool |
Rounded | A Tool |
Available values:
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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Appointment |
---|---|
ASPx |
|
See Also