Gets or sets an optional row index to display the current item at in the chart.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also