Skip to main content

IHeaderToolTipService.GetDayColumnHeaderToolTip(DayHeader) Method

Implements a method which returns a format string for displaying the tooltip for the DayColumnHeader in a Day View.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

string GetDayColumnHeaderToolTip(
    DayHeader header
)

Parameters

Name Type Description
header DayHeader

A DayHeader object representing a header in the Day View.

Returns

Type Description
String

A format string.

Remarks

Refer to the HeaderToolTipService.GetDayColumnHeaderToolTip topic.

See Also