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

ToolTipVisibility Enum

Lists the visibility mode of the scheduler’s tooltips.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public enum ToolTipVisibility

Members

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.

Related API Members

The following properties accept/return ToolTipVisibility values:

Library Related API Members
WinForms Controls SchedulerOptionsView.ToolTipVisibility
WPF Controls SchedulerViewBase.AppointmentToolTipVisibility

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ToolTipVisibility enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also