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

HeaderToolTipService.GetTimeScaleHeaderToolTip(TimeScaleHeader) Method

Override this method to return a format string for displaying the tooltip for the TimeScaleHeader in a Timescale View.

Namespace: DevExpress.XtraScheduler.Services.Implementation

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public string GetTimeScaleHeaderToolTip(
    TimeScaleHeader header
)

Parameters

Name Type Description
header DevExpress.XtraScheduler.Drawing.TimeScaleHeader

A DevExpress.XtraScheduler.Drawing.TimeScaleHeader object representing a header in the Timescale View.

Returns

Type Description
String

A format string.

Remarks

The SchedulerOptionsView.ToolTipVisibility property specifies whether tooltips will be shown.

For information on using the HeaderToolTipService refer to the online example Formatting Services - an example of use.

See Also