IHeaderToolTipService.GetTimeScaleHeaderToolTip(TimeScaleHeader) Method
Implements a method which returns a format string for displaying the tooltip for the TimeScaleHeader in a Timescale View.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
header | DevExpress.XtraScheduler.Drawing.TimeScaleHeader | A DevExpress.XtraScheduler.Drawing.TimeScaleHeader object representing a header in the Timescale View. |
Returns
Type | Description |
---|---|
String | A format string. |
Remarks
Refer to the HeaderToolTipService.GetTimeScaleHeaderToolTip topic.
See Also