SchedulerOptionsView.ToolTipVisibility Property
Gets or sets the visibility of the scheduler’s tooltips.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[DefaultValue(ToolTipVisibility.Standard)]
[XtraSerializableProperty]
public ToolTipVisibility ToolTipVisibility { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ToolTipVisibility | Standard | A ToolTipVisibility enumeration value which specifies the visibility of the tool tips. |
Available values:
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ToolTipVisibility |
---|---|
SchedulerControl |
|
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ToolTipVisibility property.
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.