Back to Devexpress

HeaderToolTipService.GetTimeScaleHeaderToolTip(TimeScaleHeader) Method

windowsforms-devexpress-dot-xtrascheduler-dot-services-dot-implementation-dot-headertooltipservice-dot-gettimescaleheadertooltip-x28-devexpress-dot-xtrascheduler-dot-drawing-dot-timescaleheader-x29.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public string GetTimeScaleHeaderToolTip(
    TimeScaleHeader header
)
vb
Public Function GetTimeScaleHeaderToolTip(
    header As TimeScaleHeader
) As String

Parameters

NameTypeDescription
headerDevExpress.XtraScheduler.Drawing.TimeScaleHeader

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

|

Returns

TypeDescription
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.

Implements

GetTimeScaleHeaderToolTip(TimeScaleHeader)

See Also

Formatting Services

HeaderToolTipService Class

HeaderToolTipService Members

DevExpress.XtraScheduler.Services.Implementation Namespace