ToolTipVisibility Enum
Lists the visibility mode of the scheduler’s tooltips.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
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.
See Also