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.ControlsAssembly: 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 |