Back to Devexpress

ToolTipVisibility Enum

corelibraries-devexpress-dot-xtrascheduler-9a28622c.md

latest1.6 KB
Original Source

ToolTipVisibility Enum

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

Declaration

csharp
public enum ToolTipVisibility
vb
Public Enum ToolTipVisibility

Members

NameDescription
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:

Remarks

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

ToolTipVisibility

DevExpress.XtraScheduler Namespace