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

HeaderCaptionService.GetDayOfWeekHeaderCaption(DayOfWeekHeader) Method

Override this method to return a format string for displaying the DayOfWeek header caption in a Month View.

Namespace: DevExpress.XtraScheduler.Services.Implementation

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public string GetDayOfWeekHeaderCaption(
    DayOfWeekHeader header
)

Parameters

Name Type Description
header DayOfWeekHeader

A DayOfWeekHeader object representing a header.

Returns

Type Description
String

A format string.

Remarks

The following picture illustrates the location of the DayOfWeek headers in the Month View:

HorizontalWeekCellHeader

For information on using the HeaderCaptionService refer to the How to: Display Custom Day Headers topic and the online example Formatting Services - an example of use.

See Also