ASPxSchedulerOptionsToolTips.SelectionToolTipCornerType Property
Gets or sets the shape of the corners for the time cell selection tooltip.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[DefaultValue(ToolTipCornerType.Square)]
public ToolTipCornerType SelectionToolTipCornerType { get; set; }
<DefaultValue(ToolTipCornerType.Square)>
Public Property SelectionToolTipCornerType As ToolTipCornerType
Property Value
Type | Default | Description |
---|---|---|
ToolTipCornerType | Square |
A ToolTipCornerType enumeration member, specifying the corner shape. |
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:
Library | Object Type | Path to SelectionToolTipCornerType |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxScheduler |
|
ASP.NET Bootstrap Controls | BootstrapScheduler |
|
BootstrapScheduler |
|
|
ASP.NET MVC Extensions | MVCxScheduler |
|
SchedulerSettings |
|
See Also
Feedback