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.v26.1.dll
Declaration
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:

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.
Implements
See Also