IHeaderCaptionService Methods
Provides methods for custom formatting the header captions in different Scheduler views.Name | Description |
---|---|
GetDayColumnHeaderCaption(DayHeader) | Implements a method which returns the format of the column header caption in the Day View. |
GetDayOfWeekAbbreviatedHeaderCaption(DayOfWeekHeader) | Implements a method which returns a format string for displaying short day of week captions in the Month View. |
GetDayOfWeekHeaderCaption(DayOfWeekHeader) | Implements a method which returns a format string for displaying the DayOfWeek header caption in a Month View. |
GetHorizontalWeekCellAdditionalHeaderCaption(SchedulerHeader) | |
GetHorizontalWeekCellHeaderCaption(SchedulerHeader) | Implements a method which returns a format string for displaying the HorizontalWeekCell header caption in a Month View. |
GetMonthAbbreviatedHeaderCaption(MonthHeader) | |
GetMonthHeaderCaption(MonthHeader) | |
GetTimeScaleHeaderCaption(TimeScaleHeader) | Implements a method which returns a format string for displaying the TimeScale header caption in a Timescale View. |
GetVerticalWeekCellHeaderCaption(SchedulerHeader) | Implements a method which returns a format string for displaying the VerticalWeekCell header caption in Week View. |
See Also