Skip to main content

IHeaderToolTipService.GetDayOfWeekHeaderToolTip(DayOfWeekHeader) Method

Implements a method which returns a format string for displaying the tooltip for the DayOfWeekHeader in a Month View.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

string GetDayOfWeekHeaderToolTip(
    DayOfWeekHeader header
)

Parameters

Name Type Description
header DayOfWeekHeader

A DayOfWeekHeader object representing a header in the Month View.

Returns

Type Description
String

A format string.

Remarks

Refer to the HeaderToolTipService.GetDayOfWeekHeaderToolTip topic.

See Also