Gets or sets the time scale text format to use in the header of the GanttChartView control such as Day, WeekStartShortDate, Month, Year, or a custom TimeScaleTextFormat value. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public TimeScaleTextFormat HeaderTextFormat { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property HeaderTextFormat As TimeScaleTextFormat

See Also