Gets or sets a value that indicates whether specific schedule based timing values that are computed for any task item are internally cached so that if the same computation is required the value could be obtained without further processing (cache is disabled by default, and enabling it may result in high memory usages, until you call ClearCaches method).
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public bool IsScheduleCachingEnabled { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsScheduleCachingEnabled As Boolean |