Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[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