Gets or sets a value indicating whether the current resource assignment is read-only in the ScheduleChartViewAssignmentItemControl so that the end user cannot update it using the context menu or by executing specific commands.
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 IsResourceAssignmentReadOnly { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property IsResourceAssignmentReadOnly As Boolean |