SchedulerControl.GetToolTipController() Method
OBSOLETE
This method is obsolete now
Returns the tooltip controller component that controls the appearance, position and the content of the hints displayed by the Scheduler control.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This method is obsolete now", false)]
public ToolTipController GetToolTipController()
Returns
Type | Description |
---|---|
ToolTipController | A ToolTipController component which controls the appearance and behavior of the hints displayed by the Scheduler control. |
Remarks
The tooltip controller is specified by the SchedulerControl.ToolTipController property. If this property isn’t specified, the GetToolTipController method returns the default tooltip controller which can be accessed via the ToolTipController.DefaultController static member.
See Also