Gets or sets the desired row index to be used for positioning the current item shape vertically when displaying it in the NetworkDiagramView control (NaN by default, i.e. automatically positioned; non-integral values are supported to position items using custom non-grid alignment). It is passed to the client side as the item.displayedRowIndex field accessible from the client code.

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

Syntax

C#
public double DisplayedRowIndex { get; set; }
Visual Basic (Declaration)
Public Property DisplayedRowIndex As Double

See Also