Gets or sets the number of rows to be displayed in the chart (usually used in conjunction with GanttChartItem.DisplayRowIndex values).
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> DisplayRowCount { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DisplayRowCount As Nullable(Of Integer) |