SchedulerViewBase.AppointmentToolTipVisibility Property
Gets or sets the visibility of the appointment tooltips.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public ToolTipVisibility AppointmentToolTipVisibility { get; set; }
Public Property AppointmentToolTipVisibility As ToolTipVisibility
Property Value
| Type | Description |
|---|---|
| ToolTipVisibility | A DevExpress.XtraScheduler.ToolTipVisibility enumeration value which specifies the visibility of the tooltips. |
Remarks
Use the AppointmentToolTipVisibility property to specify whether appointment tooltips should be displayed in the scheduler's view.
See Also