SchedulerOptionsView.ToolTipVisibility Property
Gets or sets the visibility of the scheduler’s tooltips.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v22.2.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 |
|