Returns a value that indicates whether the specified item may be moved up in the collection, optionally with its entire following children array, and optionally ensuring preserving the current parent item.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public bool CanMoveItemUp( GanttChartItem item, bool includeChildren, bool withinParent ) |
| Visual Basic (Declaration) |
|---|
Public Function CanMoveItemUp ( _ item As GanttChartItem, _ includeChildren As Boolean, _ withinParent As Boolean _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem
- includeChildren
- Type: System..::.Boolean
- withinParent
- Type: System..::.Boolean