Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Strip Lines

Subject
Start Date
Due Date
CollapseSoftware Development02/21/202307/04/2023
 CollapseScope02/21/202302/26/2023
   Determine project scope02/21/202302/21/2023
   Secure project sponsorship02/21/202302/22/2023
   Define preliminary resources02/22/202302/25/2023
   Secure core resources02/25/202302/26/2023
   Scope complete02/26/202302/26/2023
 CollapseAnalysis/Software Requirements02/26/202303/18/2023
   Conduct needs analysis02/26/202303/05/2023
   Draft preliminary software specifications03/05/202303/08/2023
   Develop preliminary budget03/08/202303/12/2023
   Review software specifications/budget with team03/12/202303/12/2023
   Incorporate feedback on software specifications03/13/202303/13/2023
   Develop delivery timeline03/14/202303/14/2023
   Obtain approvals to proceed (concept, timeline, budget)03/15/202303/15/2023
   Secure required resources03/15/202303/18/2023
   Analysis complete03/18/202303/18/2023
 CollapseDesign03/18/202304/05/2023
   Review preliminary software specifications03/18/202303/20/2023
   Develop functional specifications03/20/202303/27/2023
   Develop prototype based on functional specifications03/27/202304/02/2023
   Review functional specifications04/02/202304/04/2023
   Incorporate feedback into functional specifications04/04/202304/05/2023
   Obtain approval to proceed04/05/202304/05/2023
   Design complete04/05/202304/05/2023
 CollapseDevelopment04/08/202305/07/2023
   Review functional specifications04/08/202304/08/2023
   Identify modular/tiered design parameters04/09/202304/09/2023
   Assign development staff04/10/202304/10/2023
   Develop code04/11/202305/01/2023
   Developer testing (primary debugging)04/16/202305/07/2023
   Development complete05/07/202305/07/2023
 CollapseTesting04/08/202306/13/2023
   Develop unit test plans using product specifications04/08/202304/11/2023
   Develop integration test plans using product specifications04/08/202304/11/2023
  CollapseUnit Testing05/07/202305/28/2023
    Review modular code05/07/202305/14/2023
    Test component modules to product specifications05/14/202305/16/2023
    Identify anomalies to product specifications05/16/202305/21/2023
    Modify code05/21/202305/24/2023
    Re-test modified code05/24/202305/28/2023
    Unit testing complete05/28/202305/28/2023
  CollapseIntegration Testing05/28/202306/13/2023
    Test module integration05/28/202306/04/2023
    Identify anomalies to specifications06/04/202306/06/2023
    Modify code06/06/202306/11/2023
    Re-test modified code06/11/202306/13/2023
    Integration testing complete06/13/202306/13/2023
 CollapseTraining04/08/202306/10/2023
   Develop training specifications for end users04/08/202304/10/2023
   Develop training specifications for helpdesk support staff04/08/202304/10/2023
   Identify training delivery methodology (computer based training, classroom, etc.)04/08/202304/09/2023
   Develop training materials05/07/202305/28/2023
   Conduct training usability study05/28/202306/03/2023
   Finalize training materials06/03/202306/06/2023
   Develop training delivery mechanism06/06/202306/10/2023
   Training materials complete06/10/202306/10/2023
 CollapseDocumentation04/08/202305/20/2023
   Develop Help specification04/08/202304/08/2023
   Develop Help system04/22/202305/13/2023
   Review Help documentation05/13/202305/16/2023
   Incorporate Help documentation feedback05/16/202305/20/2023
   Develop user manuals specifications04/08/202304/09/2023
   Develop user manuals04/22/202305/13/2023
   Review all user documentation05/13/202305/15/2023
   Incorporate user documentation feedback05/15/202305/17/2023
   Documentation complete05/20/202305/20/2023
 CollapsePilot03/18/202306/24/2023
   Identify test group03/18/202303/19/2023
   Develop software delivery mechanism03/19/202303/20/2023
   Install/deploy software06/13/202306/14/2023
   Obtain user feedback06/14/202306/21/2023
   Evaluate testing information06/21/202306/24/2023
   Pilot complete06/24/202306/24/2023
 CollapseDeployment06/24/202307/01/2023
   Determine final deployment strategy06/24/202306/25/2023
   Develop deployment methodology06/25/202306/26/2023
   Secure deployment resources06/26/202306/27/2023
   Train support staff06/27/202306/28/2023
   Deploy software06/28/202307/01/2023
   Deployment complete07/01/202307/01/2023
 CollapsePost Implementation Review07/01/202307/04/2023
   Document lessons learned07/01/202307/02/2023
   Distribute to team members07/02/202307/03/2023
   Create software maintenance team07/03/202307/04/2023
   Post implementation review complete07/04/202307/04/2023
  Software development template complete07/04/202307/04/2023

This demo illustrates how to use strip lines to highlight different times in the ASPxGantt control. The ASPxGantt stores strip lines (StripLine class instances) in its StripLines collection. You can specify a title (Title) and appearance settings (CssClass) for each StripLine object.

Use the Start property to specify an individual strip line or combine it with the End property setting to specify a time interval.

To highlight the current time, set the ShowCurrentTime property to true in the GanttStripLineSettings object. Use the CurrentTimeUpdateInterval property to specify the time interval between the current time updates.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxGanttDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxGanttDemos