Back to Devexpress

GanttView.StripLinesSource Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-2ccecfda.md

latest2.4 KB
Original Source

GanttView.StripLinesSource Property

Gets or sets the source from which the GanttControl generates strip lines. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public IEnumerable StripLinesSource { get; set; }
vb
Public Property StripLinesSource As IEnumerable

Property Value

TypeDescription
IEnumerable

The source from which the GanttControl generates strip lines.

|

Remarks

The DevExpress WPF GanttControl supports retrieving strip lines from a data source. The GanttControl can be bound to a collection of objects containing strip lines, described in a Model or ViewModel. Use the StripLinesSource property to bind the control to a collection of strip lines.

The GanttControl generates strip lines based on strip line templates. Using a single template, you can create an unlimited number of strip lines in an unlimited number of GanttControls.

To choose the required template based on the strip line’s type, use the Template Selector assigned to the GanttView.StripLineTemplateSelector property. If all strip lines can be described using a single template, you have no need to create a strip line template selector. Instead, assign this template to the GanttView.StripLineTemplate property.

Tip

Refer to the Bind to a Collection of Strip Lines section for the example.

See Also

Strip Lines (Time Indicators)

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace