aspnet-devexpress-dot-web-dot-aspxgantt-dot-aspxgantt-b4680cfb.md
Accesses strip line settings.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public GanttStripLineSettings SettingsStripLine { get; }
Public ReadOnly Property SettingsStripLine As GanttStripLineSettings
| Type | Description |
|---|---|
| GanttStripLineSettings |
Strip line settings.
|
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).
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsStripLine>
<StripLines>
<dx:StripLine Title="Start Time" Start="2019-02-21T08:00:00.000Z"/>
<StripLines>
</SettingsStripLine>
</dx:ASPxGantt>
See Also