Skip to main content

IHeaderCaptionService.GetHorizontalWeekCellHeaderCaption(SchedulerHeader) Method

Implements a method which returns a format string for displaying the HorizontalWeekCell header caption in a Month View.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

string GetHorizontalWeekCellHeaderCaption(
    SchedulerHeader header
)

Parameters

Name Type Description
header DevExpress.XtraScheduler.Drawing.SchedulerHeader

A DevExpress.XtraScheduler.Drawing.SchedulerHeader object, representing a header.

Returns

Type Description
String

A format string.

Remarks

Refer to the HeaderCaptionService.GetHorizontalWeekCellHeaderCaption topic.

See Also