How to Use
Use the GanttView.StripLines property to populate a collection of strip lines displayed within the Gantt area.
Xaml |
<Window ...
xmlns:dxgn="http://schemas.devexpress.com/winfx/2008/xaml/gantt" />
<dxgn:GanttControl ItemsSource="{Binding Tasks}" >
<dxgn:GanttControl.View>
<dxgn:GanttView
x:Name="view" ... >
<dxgn:GanttView.StripLines>
<dxgn:CurrentDateTimeStripLine />
</dxgn:GanttView.StripLines>
</dxgn:GanttView>
</dxgn:GanttControl.View>
</dxgn:GanttControl>
</Window>
|

The Strip Lines document describes how to load strip lines from a ViewModel.
Note
The following properties does not affect the CurrentDateTimeStripLine:
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.ContentElement
System.Windows.FrameworkContentElement
StripLineBase
CurrentDateTimeStripLine