Skip to main content

HeaderCaptionService Members

Provides a wrapper for overriding methods used for custom formatting the header captions in different Scheduler views.

Constructors

Name Description
HeaderCaptionService() Initializes a new instance of the HeaderCaptionService class with default settings.
HeaderCaptionService(SchedulerControl) Initializes a new instance of the HeaderCaptionService class with specified settings.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetDayColumnHeaderCaption(DayHeader) Override this method to change the format of the column header caption in the Day View.
GetDayOfWeekAbbreviatedHeaderCaption(DayOfWeekHeader) Override this method to return a format string for displaying short day of week captions in the Month View.
GetDayOfWeekHeaderCaption(DayOfWeekHeader) Override this method to return a format string for displaying the DayOfWeek header caption in a Month View.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetHorizontalWeekCellAdditionalHeaderCaption(SchedulerHeader)
GetHorizontalWeekCellHeaderCaption(SchedulerHeader) Override this method to return a format string for displaying the HorizontalWeekCell header caption in a Month View.
GetMonthAbbreviatedHeaderCaption(MonthHeader)
GetMonthHeaderCaption(MonthHeader)
GetTimeScaleHeaderCaption(TimeScaleHeader) Override this method to return a format string for displaying the TimeScale header caption in a Timescale View.
GetType() Gets the Type of the current instance. Inherited from Object.
GetVerticalWeekCellHeaderCaption(SchedulerHeader) Override this method to return a format string for displaying the VerticalWeekCell header caption in a Week View.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also