corelibraries-devexpress-dot-xtrascheduler-9a28622c.md
Lists the visibility mode of the scheduler’s tooltips.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public enum ToolTipVisibility
Public Enum ToolTipVisibility
| Name | Description |
|---|---|
Never |
Tooltips are never shown.
|
| Standard |
Tooltips are shown only when the text is partially or completely hidden and the mouse pointer has hovered over the object for a short while.
|
| Always |
Tooltips are always shown after a mouse pointer hovers over the object for some time.
|
The following properties accept/return ToolTipVisibility values:
Use this enumeration’s members to specify the visibility mode of the scheduler’s tooltips. This enumeration’s values are used by the SchedulerOptionsView.ToolTipVisibility property.
See Also