Represents a header content provider function that can be used with the Custom header content format.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public delegate string TimeScaleTextProvider(
	DateTime start,
	DateTime finish
)
Visual Basic (Declaration)
Public Delegate Function TimeScaleTextProvider ( _
	start As DateTime, _
	finish As DateTime _
) As String

Parameters

start
Type: System..::.DateTime
The start of the interval for which the header content is needed.
finish
Type: System..::.DateTime
The finish of the interval for which the header content is needed.

See Also