Gets or sets the index of the line that the current item should be displayed at within its parent ScheduleChartItem in a ScheduleChartView control (null by default, displaying the item at the containing collection index).
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public Nullable<int> DisplayLineIndex { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DisplayLineIndex As Nullable(Of Integer) |