Gets or sets the desired column 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.displayedColumnIndex field accessible from the client code.

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

Syntax

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

See Also