Gets or sets a value indicating whether to show the availability bars for resources in the Load Chart view of the LoadChartResourceListView control.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public bool IsResourceAvailabilityVisible { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property IsResourceAvailabilityVisible As Boolean |