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

ASPxSchedulerOptionsToolTips.ShowSelectionToolTip Property

true if a tooltip is shown for a selected area in the scheduler; otherwise, false.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue(true)]
public bool ShowSelectionToolTip { get; set; }

Property Value

Type Default Description
Boolean **true**

true if a tooltip is shown for a time cell selection; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowSelectionToolTip
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsToolTips.ShowSelectionToolTip
ASP.NET Web Forms Controls ASPxScheduler
.OptionsToolTips.ShowSelectionToolTip
MVCxScheduler
.OptionsToolTips.ShowSelectionToolTip
SchedulerSettings
.OptionsToolTips.ShowSelectionToolTip

Remarks

Set the ShowSelectionToolTip property to false to suppress the selection tooltip.

See Also