Skip to main content
All docs
V25.1
  • ASPxGantt.SettingsStripLine Property

    Accesses strip line settings.

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public GanttStripLineSettings SettingsStripLine { get; }

    Property Value

    Type Description
    GanttStripLineSettings

    Strip line settings.

    Remarks

    The ASPxGantt uses strip lines to highlight a certain time or time intervals in the chart. Use the StripLines collection to access strip lines (StripLine).

    Gantt - Create Strip Line

    <dx:ASPxGantt ID="Gantt" runat="server"...>
        ...
        <SettingsStripLine>
            <StripLines>
                <dx:StripLine Title="Start Time" Start="2019-02-21T08:00:00.000Z"/>
            <StripLines>
        </SettingsStripLine>
    </dx:ASPxGantt>
    

    Examples

    Online Demo

    Gantt - Strip Lines

    See Also