Gets or sets the index of the row that the current item should be displayed at in the GanttChartView control (null by default, displaying the item at the containing collection index). This is a dependency property.

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

Syntax

C#
public Nullable<int> DisplayRowIndex { get; set; }
Visual Basic (Declaration)
Public Property DisplayRowIndex As Nullable(Of Integer)

See Also