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.v24.2.dll
Declaration
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.
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