Skip to main content
A newer version of this page is available. .

ASPxGantt.SettingsStripLine Property

Accesses strip line settings.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.2.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