wpf-devexpress-dot-xpf-dot-gantt-fa2fc2e3.md
A gantt milestone.
Namespace : DevExpress.Xpf.Gantt
Assembly : DevExpress.Xpf.Gantt.v25.2.dll
NuGet Package : DevExpress.Wpf.Gantt
public class GanttMilestoneControl :
GanttItemControlBase
Public Class GanttMilestoneControl
Inherits GanttItemControlBase
Use the GanttMilestoneControl object to customize the appearance of milestones.
<dxgn:GanttControl ItemsSource="{Binding Tasks}">
...
<dxgn:GanttControl.View>
<dxgn:GanttView ...>
<dxgn:GanttView.MilestoneStyle>
<Style TargetType="dxgn:GanttMilestoneControl">
<Setter Property="Background" Value="YellowGreen"/>
</Style>
</dxgn:GanttView.MilestoneStyle>
</dxgn:GanttView>
</dxgn:GanttControl.View>
</dxgn:GanttControl>
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DevExpress.Xpf.Gantt.GanttItemControlBase GanttMilestoneControl GanttMilestoneBaselineControl
See Also