Gets or sets an optional row index to display the current item at in the chart.
Namespace:
DlhSoft.Web.MvcAssembly: 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) |