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

HeaderCaptionService.GetDayOfWeekAbbreviatedHeaderCaption(DayOfWeekHeader) Method

Override this method to return a format string for displaying short day of week captions in the Month View.

Namespace: DevExpress.XtraScheduler.Services.Implementation

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public string GetDayOfWeekAbbreviatedHeaderCaption(
    DayOfWeekHeader header
)

Parameters

Name Type Description
header DayOfWeekHeader

A DayOfWeekHeader object representing a header.

Returns

Type Description
String

A format string.

Remarks

The picture below illustrates the use of the GetDayOfWeekAbbreviatedHeaderCaption method for modifying abbreviated day of week captions. A “DOW” caption is displayed in place of Thu - the abbreviation for Thursday.

DayOfWeekAbbreviatedHeader

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