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

HeaderCaptionService.GetDayColumnHeaderCaption(DayHeader) Method

Override this method to change the format of the column header caption in the Day View.

Namespace: DevExpress.XtraScheduler.Services.Implementation

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public string GetDayColumnHeaderCaption(
    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

The location of the Day Column Header Caption is illustrated in the following picture:

DayColumnHeader

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