Back to Devexpress

ASPxGantt.SettingsStripLine Property

aspnet-devexpress-dot-web-dot-aspxgantt-dot-aspxgantt-b4680cfb.md

latest2.2 KB
Original Source

ASPxGantt.SettingsStripLine Property

Accesses strip line settings.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
public GanttStripLineSettings SettingsStripLine { get; }
vb
Public ReadOnly Property SettingsStripLine As GanttStripLineSettings

Property Value

TypeDescription
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).

aspx
<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

ASPxGantt - 'How To' Examples

ASPxGantt Class

ASPxGantt Members

DevExpress.Web.ASPxGantt Namespace