HeaderToolTipService.GetDayColumnHeaderToolTip(DayHeader) Method
Override this method to return a format string for displaying the tooltip for the DayColumnHeader in a Day View.
Namespace: DevExpress.XtraScheduler.Services.Implementation
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
header | DayHeader | A DayHeader object representing a header in the Day View. |
Returns
Type | Description |
---|---|
String | A format string. |
Remarks
The SchedulerOptionsView.ToolTipVisibility property specifies whether tooltips will be shown.
For information on using the HeaderToolTipService refer to the online example Formatting Services - an example of use.
Implements
See Also