Decreases the item indentation for the specified item.

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

Syntax

C#
public void DecreaseItemIndentation(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Sub DecreaseItemIndentation ( _
	item As GanttChartItem _
)

Parameters

item
Type: DlhSoft.Web.Mvc..::.GanttChartItem
The item to increase indentation for.

See Also