Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

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:

Object Type Path to ShowSelectionToolTip
ASPxScheduler
.OptionsToolTips .ShowSelectionToolTip

Remarks

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

See Also