Returns a value that indicates whether the specified item may be moved up in the collection.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public bool CanMoveItemUp( ScheduleChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function CanMoveItemUp ( _ item As ScheduleChartItem _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.ScheduleChartItem