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

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also