Gets or sets a value indicating whether to consider individual GanttChartItem.ItemBackground and GanttChartItem.ItemForeground property values when configuring item appearance settings (false by default). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public bool AreIndividualItemAppearanceSettingsApplied { get; set; }
Visual Basic (Declaration)
Public Property AreIndividualItemAppearanceSettingsApplied As Boolean

See Also