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

IHeaderCaptionService.GetDayColumnHeaderCaption(DayHeader) Method

Implements a method which returns the format of the column header caption in the Day View.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

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

Refer to the HeaderCaptionService.GetDayColumnHeaderCaption topic.

See Also